Shades of Lavender Pink #EEB0CE
Tints of Lavender Pink #EEB0CE
RGB
CMYK
RGB Variations
Color information
#EEB0CE (or 0xEEB0CE) is known color: Lavender Pink. HEX triplet: EE, B0 and CE. RGB value is (238,176,206). Sum of RGB (Red+Green+Blue) = 238+176+206=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0CE is #114F31. Grayscale: #C5C5C5. Windows color (decimal): -1134386 or 13545710. OLE color: 13545710.
HSL color Cylindrical-coordinate representation of color #EEB0CE: hue angle of 330.97º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0CE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 206 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.07 |
| HSL | 330.97º | 0.65% | 0.81% | - |
| HSV(B) | 330.97º | 0.26% | 0.93% | - |
| XYZ | 61.93 | 53.68 | 65.49 | - |
| YUV | 197.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 206 | 0 | 0.26 | 0.13 | 0.07 | 330.97 | 0.65 | 0.81 |
| Hex | EE | B0 | CE | 0 | 1A | D | 7 | 14B | 41 | 51 |
| Octal | 356 | 260 | 316 | 0 | 32 | 15 | 7 | 513 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11001110 | 0 | 11010 | 1101 | 111 | 101001011 | 1000001 | 1010001 |
Color Harmonies of #EEB0CE
Complementary color
Monochromatic Colors of #EEB0CE
Black with #EEB0CE
Text Example
Text Example
White with #EEB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0CE; }
p { color: rgb(238,176,206); }
H1.HeaderClassName
{
color: #EEB0CE;
}
.AnyTagClassName
{
color: #EEB0CE;
}
</style>
background-color css
<style>
a { background-color: #EEB0CE; }
a { background-color: rgb(238,176,206); }
div.DivClassName
{
background-color: #EEB0CE;
}
.BgClassName
{
background-color: #EEB0CE;
}
</style>
border-color css
<style>
span { border-color: #EEB0CE; }
span { border-color: rgb(238,176,206); }
td.TdClassName
{
border-color: #EEB0CE;
}
.TagClassName
{
border-color: #EEB0CE;
}
</style>