Shades of Lavender Pink #EAAED4
Tints of Lavender Pink #EAAED4
RGB
CMYK
RGB Variations
Color information
#EAAED4 (or 0xEAAED4) is known color: Lavender Pink. HEX triplet: EA, AE and D4. RGB value is (234,174,212). Sum of RGB (Red+Green+Blue) = 234+174+212=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED4 is #15512B. Grayscale: #C4C4C4. Windows color (decimal): -1397036 or 13938410. OLE color: 13938410.
HSL color Cylindrical-coordinate representation of color #EAAED4: hue angle of 322º 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 #EAAED4 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 212 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.08 |
| HSL | 322º | 0.59% | 0.8% | - |
| HSV(B) | 322º | 0.26% | 0.92% | - |
| XYZ | 60.95 | 52.52 | 69.21 | - |
| YUV | 196.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 212 | 0 | 0.26 | 0.09 | 0.08 | 322 | 0.59 | 0.8 |
| Hex | EA | AE | D4 | 0 | 1A | 9 | 8 | 142 | 3B | 50 |
| Octal | 352 | 256 | 324 | 0 | 32 | 11 | 10 | 502 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11010100 | 0 | 11010 | 1001 | 1000 | 101000010 | 111011 | 1010000 |
Color Harmonies of #EAAED4
Complementary color
Monochromatic Colors of #EAAED4
Black with #EAAED4
Text Example
Text Example
White with #EAAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAED4; }
p { color: rgb(234,174,212); }
H1.HeaderClassName
{
color: #EAAED4;
}
.AnyTagClassName
{
color: #EAAED4;
}
</style>
background-color css
<style>
a { background-color: #EAAED4; }
a { background-color: rgb(234,174,212); }
div.DivClassName
{
background-color: #EAAED4;
}
.BgClassName
{
background-color: #EAAED4;
}
</style>
border-color css
<style>
span { border-color: #EAAED4; }
span { border-color: rgb(234,174,212); }
td.TdClassName
{
border-color: #EAAED4;
}
.TagClassName
{
border-color: #EAAED4;
}
</style>