Shades of Lavender Pink #E9B2CE
Tints of Lavender Pink #E9B2CE
RGB
CMYK
RGB Variations
Color information
#E9B2CE (or 0xE9B2CE) is known color: Lavender Pink. HEX triplet: E9, B2 and CE. RGB value is (233,178,206). Sum of RGB (Red+Green+Blue) = 233+178+206=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2CE is #164D31. Grayscale: #C5C5C5. Windows color (decimal): -1461554 or 13546217. OLE color: 13546217.
HSL color Cylindrical-coordinate representation of color #E9B2CE: hue angle of 329.45º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B2CE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 206 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 329.45º | 0.56% | 0.81% | - |
| HSV(B) | 329.45º | 0.24% | 0.91% | - |
| XYZ | 60.67 | 53.62 | 65.54 | - |
| YUV | 197.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 206 | 0 | 0.24 | 0.12 | 0.09 | 329.45 | 0.56 | 0.81 |
| Hex | E9 | B2 | CE | 0 | 18 | C | 9 | 149 | 38 | 51 |
| Octal | 351 | 262 | 316 | 0 | 30 | 14 | 11 | 511 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11001110 | 0 | 11000 | 1100 | 1001 | 101001001 | 111000 | 1010001 |
Color Harmonies of #E9B2CE
Complementary color
Monochromatic Colors of #E9B2CE
Black with #E9B2CE
Text Example
Text Example
White with #E9B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2CE; }
p { color: rgb(233,178,206); }
H1.HeaderClassName
{
color: #E9B2CE;
}
.AnyTagClassName
{
color: #E9B2CE;
}
</style>
background-color css
<style>
a { background-color: #E9B2CE; }
a { background-color: rgb(233,178,206); }
div.DivClassName
{
background-color: #E9B2CE;
}
.BgClassName
{
background-color: #E9B2CE;
}
</style>
border-color css
<style>
span { border-color: #E9B2CE; }
span { border-color: rgb(233,178,206); }
td.TdClassName
{
border-color: #E9B2CE;
}
.TagClassName
{
border-color: #E9B2CE;
}
</style>