Shades of Lavender Pink #EAAED0
Tints of Lavender Pink #EAAED0
RGB
CMYK
RGB Variations
Color information
#EAAED0 (or 0xEAAED0) is known color: Lavender Pink. HEX triplet: EA, AE and D0. RGB value is (234,174,208). Sum of RGB (Red+Green+Blue) = 234+174+208=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED0 is #15512F. Grayscale: #C3C3C3. Windows color (decimal): -1397040 or 13676266. OLE color: 13676266.
HSL color Cylindrical-coordinate representation of color #EAAED0: hue angle of 326º 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 #EAAED0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 208 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.08 |
| HSL | 326º | 0.59% | 0.8% | - |
| HSV(B) | 326º | 0.26% | 0.92% | - |
| XYZ | 60.45 | 52.32 | 66.59 | - |
| YUV | 195.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 208 | 0 | 0.26 | 0.11 | 0.08 | 326 | 0.59 | 0.8 |
| Hex | EA | AE | D0 | 0 | 1A | B | 8 | 146 | 3B | 50 |
| Octal | 352 | 256 | 320 | 0 | 32 | 13 | 10 | 506 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11010000 | 0 | 11010 | 1011 | 1000 | 101000110 | 111011 | 1010000 |
Color Harmonies of #EAAED0
Complementary color
Monochromatic Colors of #EAAED0
Black with #EAAED0
Text Example
Text Example
White with #EAAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAED0; }
p { color: rgb(234,174,208); }
H1.HeaderClassName
{
color: #EAAED0;
}
.AnyTagClassName
{
color: #EAAED0;
}
</style>
background-color css
<style>
a { background-color: #EAAED0; }
a { background-color: rgb(234,174,208); }
div.DivClassName
{
background-color: #EAAED0;
}
.BgClassName
{
background-color: #EAAED0;
}
</style>
border-color css
<style>
span { border-color: #EAAED0; }
span { border-color: rgb(234,174,208); }
td.TdClassName
{
border-color: #EAAED0;
}
.TagClassName
{
border-color: #EAAED0;
}
</style>