Shades of Lavender Pink #EAAED2
Tints of Lavender Pink #EAAED2
RGB
CMYK
RGB Variations
Color information
#EAAED2 (or 0xEAAED2) is known color: Lavender Pink. HEX triplet: EA, AE and D2. RGB value is (234,174,210). Sum of RGB (Red+Green+Blue) = 234+174+210=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED2 is #15512D. Grayscale: #C3C3C3. Windows color (decimal): -1397038 or 13807338. OLE color: 13807338.
HSL color Cylindrical-coordinate representation of color #EAAED2: hue angle of 324º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAED2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 210 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.08 |
| HSL | 324º | 0.59% | 0.8% | - |
| HSV(B) | 324º | 0.26% | 0.92% | - |
| XYZ | 60.7 | 52.42 | 67.89 | - |
| YUV | 196.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 210 | 0 | 0.26 | 0.10 | 0.08 | 324 | 0.59 | 0.8 |
| Hex | EA | AE | D2 | 0 | 1A | A | 8 | 144 | 3B | 50 |
| Octal | 352 | 256 | 322 | 0 | 32 | 12 | 10 | 504 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11010010 | 0 | 11010 | 1010 | 1000 | 101000100 | 111011 | 1010000 |
Color Harmonies of #EAAED2
Complementary color
Monochromatic Colors of #EAAED2
Black with #EAAED2
Text Example
Text Example
White with #EAAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAED2; }
p { color: rgb(234,174,210); }
H1.HeaderClassName
{
color: #EAAED2;
}
.AnyTagClassName
{
color: #EAAED2;
}
</style>
background-color css
<style>
a { background-color: #EAAED2; }
a { background-color: rgb(234,174,210); }
div.DivClassName
{
background-color: #EAAED2;
}
.BgClassName
{
background-color: #EAAED2;
}
</style>
border-color css
<style>
span { border-color: #EAAED2; }
span { border-color: rgb(234,174,210); }
td.TdClassName
{
border-color: #EAAED2;
}
.TagClassName
{
border-color: #EAAED2;
}
</style>