Shades of Lavender Pink #E9B3CE
Tints of Lavender Pink #E9B3CE
RGB
CMYK
RGB Variations
Color information
#E9B3CE (or 0xE9B3CE) is known color: Lavender Pink. HEX triplet: E9, B3 and CE. RGB value is (233,179,206). Sum of RGB (Red+Green+Blue) = 233+179+206=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B3CE is #164C31. Grayscale: #C6C6C6. Windows color (decimal): -1461298 or 13546473. OLE color: 13546473.
HSL color Cylindrical-coordinate representation of color #E9B3CE: hue angle of 330º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B3CE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 179 | 206 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.09 |
| HSL | 330º | 0.55% | 0.81% | - |
| HSV(B) | 330º | 0.23% | 0.91% | - |
| XYZ | 60.86 | 54.02 | 65.61 | - |
| YUV | 198.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 206 | 0 | 0.23 | 0.12 | 0.09 | 330 | 0.55 | 0.81 |
| Hex | E9 | B3 | CE | 0 | 17 | C | 9 | 14A | 37 | 51 |
| Octal | 351 | 263 | 316 | 0 | 27 | 14 | 11 | 512 | 67 | 121 |
| Binary | 11101001 | 10110011 | 11001110 | 0 | 10111 | 1100 | 1001 | 101001010 | 110111 | 1010001 |
Color Harmonies of #E9B3CE
Complementary color
Monochromatic Colors of #E9B3CE
Black with #E9B3CE
Text Example
Text Example
White with #E9B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B3CE; }
p { color: rgb(233,179,206); }
H1.HeaderClassName
{
color: #E9B3CE;
}
.AnyTagClassName
{
color: #E9B3CE;
}
</style>
background-color css
<style>
a { background-color: #E9B3CE; }
a { background-color: rgb(233,179,206); }
div.DivClassName
{
background-color: #E9B3CE;
}
.BgClassName
{
background-color: #E9B3CE;
}
</style>
border-color css
<style>
span { border-color: #E9B3CE; }
span { border-color: rgb(233,179,206); }
td.TdClassName
{
border-color: #E9B3CE;
}
.TagClassName
{
border-color: #E9B3CE;
}
</style>