#e1a4b2 Color Hex Iced Vovo

Information about Iced Vovo Color | #0000FF

#e1a4b2 color RGB value is (225,164,178). #e1a4b2 color name is Iced Vovo color.

#e1a4b2 hex color red value is 225 , green value is 164 and the blue value of its RGB is 178 . Cylindrical-coordinate representations (also known as HSL) of color #e1a4b2 hue: 346 , saturation: 50 and the lightness value of #e1a4b2 is 76

The process color (four color CMYK) of #e1a4b2 color hex is 0 , 11 ,8, 5 .

#e1a4b2

~Iced Vovo

Color Converions

HEX
#e1a4b2
RGB
225,164,178
LAB
74,25,2
CMYK
0,27,21,12
LCH
74,25,5
XYZ
52,46,48
HSV
346,27,88
HSL
346,50,76

Base Numbers

Base Red Green Blue
Binary 11100001 10100100 10110010
Octal 341 244 262
Decimal 225 164 178
Hex e1 a4 b2

RGB Percentages of Color #e1a4b2

88%
64%
70%

CMYK Percentages of Color #e1a4b2

0%
8%
11%
5%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e1a4b2

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e1a4b2
20%
#cb94a0
30%
#b4838e
40%
#9d737d
50%
#87626b
60%
#705259
70%
#5a4247
80%
#433135
90%
#2d2124
100%
#161012

Tints of #e1a4b2

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e1a4b2
20%
#e4adba
30%
#e7b6c1
40%
#eabfc9
50%
#edc8d1
60%
#f0d1d8
70%
#f3dbe0
80%
#f6e4e8
90%
#f9edf0
100%
#fcf6f7

Tones of #e1a4b2

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e1a4b2
20%
#d7a0ad
30%
#ce9da8
40%
#c499a3
50%
#ba959e
60%
#b09299
70%
#a78e94
80%
#9d8a8f
90%
#93878a
100%
#898385

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e1a4b2
#e1a4ca
#e1a4be
#e1a4b2
#e1a4a6
#e1aea4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e1a4b2
#a4e1d3

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e1a4b2
#e1dfa4
#a4cae1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e1a4b2
#b2e1a4
#a4b2e1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e1a4b2
#d0e1a4
#a4e1d3
#b4a4e1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e1a4b2
#0c090a
#37282b
#61474d
#8c666f
#b68590

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e1a4b2

protanopia

#b4b2b9

deuteranopia

#c7adae

tritanopia

#e0a3af

achromatopsia

#b2b2b2

protanomaly

#c5adb6

deuteranomaly

#d0aaaf

achromatopsia

#b2b2b2

tritanomaly

#e0a3b0

achromatomaly

#c3adb2

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 10/21
Hello World !

#e1a4b2 Color CSS Codes

.bgcolor {background-color:#e1a4b2; } 
.forecolor {color:#e1a4b2; }
.bordercolor {border:3px solid #e1a4b2; }
            

#e1a4b2 Text Font Color

<div style="color:#e1a4b2">
Div content here</div>

This sample text font color is #e1a4b2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e1a4b2 Background Color

<div style="background-color:#e1a4b2">
Div content here</div>
Div content here

#e1a4b2 Border Color

<div style="border:3px solid #e1a4b2">
Div here</div>

This div border color is #e1a4b2

#e1a4b2 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e1a4b2; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1a4b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1a4b2;
  -webkit-box-shadow: 1px 1px 3px 2px #e1a4b2;
  box-shadow: 1px 1px 3px 2px #e1a4b2; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1a4b2">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1a4b2;
              -webkit-box-shadow: 1px 1px 3px 2px #e1a4b2;
              box-shadow:         1px 1px 3px 2px #e1a4b2#e1a4b2">
Div content here</div>

This div box has shadow with color #e1a4b2

More Colors

Fresh Breeze
#beeddc
Bel Esprit
#9bbcc3
Orange Tea Rose
#ff8379
Borlotti Bean
#d9b1aa
Kariyasu Green
#6e7955
Lady Luck
#47613c
Horchata
#f2e9d9
Nuisette
#b48395
Macaroon Rose
#f75280
Gulf Waters
#2da6bf
Fruit Yard
#604241
Harvest Eve Gold
#da9100
Felted Wool
#979083
Mint Bonbon Green
#7db6a8
Poise
#a77693
Ovation
#9eb2b9
Highlight Gold
#dfc16d
Jonquil Trail
#f7d395
Carnation Coral
#edb9ad
Grey Russian
#8e9598
Golden Fizz
#ebde31
Disappearing Purple
#3f313a
Black Knight
#010b13
Meadow Phlox
#a8afc7
Livid Brown
#312a29
Golden Hermes
#ffffbb
Intuitive
#cfc6bc
Knight Rider
#0f0707
Light Purity
#e0d5e9
Duskwood
#123d55
March Hare Orange
#ff750f
Angelic Descent
#eecc33
Morocco
#b67267
Apricot Preserves
#eeb192
Melting Point
#cbe1e4
Aegean Splendor
#9ba0a4
Cranberry Whip
#8e4541
Dead Blue Eyes
#0055cc
Berry Popsicle
#d6a5cd
Peachy Salmon
#ff9b80
rating-img
Rate this tool
NaN/5   0 votes