Shades of Lavender Pink #EEA6CE
Tints of Lavender Pink #EEA6CE
RGB
CMYK
RGB Variations
Color information
#EEA6CE (or 0xEEA6CE) is known color: Lavender Pink. HEX triplet: EE, A6 and CE. RGB value is (238,166,206). Sum of RGB (Red+Green+Blue) = 238+166+206=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6CE is #115931. Grayscale: #BFBFBF. Windows color (decimal): -1136946 or 13543150. OLE color: 13543150.
HSL color Cylindrical-coordinate representation of color #EEA6CE: hue angle of 326.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6CE is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 206 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.07 |
| HSL | 326.67º | 0.68% | 0.79% | - |
| HSV(B) | 326.67º | 0.3% | 0.93% | - |
| XYZ | 60.04 | 49.91 | 64.86 | - |
| YUV | 192.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 206 | 0 | 0.30 | 0.13 | 0.07 | 326.67 | 0.68 | 0.79 |
| Hex | EE | A6 | CE | 0 | 1E | D | 7 | 147 | 44 | 4F |
| Octal | 356 | 246 | 316 | 0 | 36 | 15 | 7 | 507 | 104 | 117 |
| Binary | 11101110 | 10100110 | 11001110 | 0 | 11110 | 1101 | 111 | 101000111 | 1000100 | 1001111 |
Color Harmonies of #EEA6CE
Complementary color
Monochromatic Colors of #EEA6CE
Black with #EEA6CE
Text Example
Text Example
White with #EEA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6CE; }
p { color: rgb(238,166,206); }
H1.HeaderClassName
{
color: #EEA6CE;
}
.AnyTagClassName
{
color: #EEA6CE;
}
</style>
background-color css
<style>
a { background-color: #EEA6CE; }
a { background-color: rgb(238,166,206); }
div.DivClassName
{
background-color: #EEA6CE;
}
.BgClassName
{
background-color: #EEA6CE;
}
</style>
border-color css
<style>
span { border-color: #EEA6CE; }
span { border-color: rgb(238,166,206); }
td.TdClassName
{
border-color: #EEA6CE;
}
.TagClassName
{
border-color: #EEA6CE;
}
</style>