Shades of Lavender Pink #EAA9CE
Tints of Lavender Pink #EAA9CE
RGB
CMYK
RGB Variations
Color information
#EAA9CE (or 0xEAA9CE) is known color: Lavender Pink. HEX triplet: EA, A9 and CE. RGB value is (234,169,206). Sum of RGB (Red+Green+Blue) = 234+169+206=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9CE is #155631. Grayscale: #C0C0C0. Windows color (decimal): -1398322 or 13543914. OLE color: 13543914.
HSL color Cylindrical-coordinate representation of color #EAA9CE: hue angle of 325.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9CE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 206 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.08 |
| HSL | 325.85º | 0.61% | 0.79% | - |
| HSV(B) | 325.85º | 0.28% | 0.92% | - |
| XYZ | 59.26 | 50.32 | 64.98 | - |
| YUV | 192.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 206 | 0 | 0.28 | 0.12 | 0.08 | 325.85 | 0.61 | 0.79 |
| Hex | EA | A9 | CE | 0 | 1C | C | 8 | 146 | 3D | 4F |
| Octal | 352 | 251 | 316 | 0 | 34 | 14 | 10 | 506 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11001110 | 0 | 11100 | 1100 | 1000 | 101000110 | 111101 | 1001111 |
Color Harmonies of #EAA9CE
Complementary color
Monochromatic Colors of #EAA9CE
Black with #EAA9CE
Text Example
Text Example
White with #EAA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9CE; }
p { color: rgb(234,169,206); }
H1.HeaderClassName
{
color: #EAA9CE;
}
.AnyTagClassName
{
color: #EAA9CE;
}
</style>
background-color css
<style>
a { background-color: #EAA9CE; }
a { background-color: rgb(234,169,206); }
div.DivClassName
{
background-color: #EAA9CE;
}
.BgClassName
{
background-color: #EAA9CE;
}
</style>
border-color css
<style>
span { border-color: #EAA9CE; }
span { border-color: rgb(234,169,206); }
td.TdClassName
{
border-color: #EAA9CE;
}
.TagClassName
{
border-color: #EAA9CE;
}
</style>