Shades of Lavender Pink #EEA8CE
Tints of Lavender Pink #EEA8CE
RGB
CMYK
RGB Variations
Color information
#EEA8CE (or 0xEEA8CE) is known color: Lavender Pink. HEX triplet: EE, A8 and CE. RGB value is (238,168,206). Sum of RGB (Red+Green+Blue) = 238+168+206=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8CE is #115731. Grayscale: #C1C1C1. Windows color (decimal): -1136434 or 13543662. OLE color: 13543662.
HSL color Cylindrical-coordinate representation of color #EEA8CE: hue angle of 327.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8CE is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 206 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.07 |
| HSL | 327.43º | 0.67% | 0.8% | - |
| HSV(B) | 327.43º | 0.29% | 0.93% | - |
| XYZ | 60.4 | 50.64 | 64.98 | - |
| YUV | 193.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 206 | 0 | 0.29 | 0.13 | 0.07 | 327.43 | 0.67 | 0.8 |
| Hex | EE | A8 | CE | 0 | 1D | D | 7 | 147 | 43 | 50 |
| Octal | 356 | 250 | 316 | 0 | 35 | 15 | 7 | 507 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11001110 | 0 | 11101 | 1101 | 111 | 101000111 | 1000011 | 1010000 |
Color Harmonies of #EEA8CE
Complementary color
Monochromatic Colors of #EEA8CE
Black with #EEA8CE
Text Example
Text Example
White with #EEA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8CE; }
p { color: rgb(238,168,206); }
H1.HeaderClassName
{
color: #EEA8CE;
}
.AnyTagClassName
{
color: #EEA8CE;
}
</style>
background-color css
<style>
a { background-color: #EEA8CE; }
a { background-color: rgb(238,168,206); }
div.DivClassName
{
background-color: #EEA8CE;
}
.BgClassName
{
background-color: #EEA8CE;
}
</style>
border-color css
<style>
span { border-color: #EEA8CE; }
span { border-color: rgb(238,168,206); }
td.TdClassName
{
border-color: #EEA8CE;
}
.TagClassName
{
border-color: #EEA8CE;
}
</style>