Shades of Lavender Pink #E8B0CE
Tints of Lavender Pink #E8B0CE
RGB
CMYK
RGB Variations
Color information
#E8B0CE (or 0xE8B0CE) is known color: Lavender Pink. HEX triplet: E8, B0 and CE. RGB value is (232,176,206). Sum of RGB (Red+Green+Blue) = 232+176+206=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0CE is #174F31. Grayscale: #C4C4C4. Windows color (decimal): -1527602 or 13545704. OLE color: 13545704.
HSL color Cylindrical-coordinate representation of color #E8B0CE: hue angle of 327.86º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B0CE is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 206 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.09 |
| HSL | 327.86º | 0.55% | 0.8% | - |
| HSV(B) | 327.86º | 0.24% | 0.91% | - |
| XYZ | 59.94 | 52.66 | 65.4 | - |
| YUV | 196.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 206 | 0 | 0.24 | 0.11 | 0.09 | 327.86 | 0.55 | 0.8 |
| Hex | E8 | B0 | CE | 0 | 18 | B | 9 | 148 | 37 | 50 |
| Octal | 350 | 260 | 316 | 0 | 30 | 13 | 11 | 510 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11001110 | 0 | 11000 | 1011 | 1001 | 101001000 | 110111 | 1010000 |
Color Harmonies of #E8B0CE
Complementary color
Monochromatic Colors of #E8B0CE
Black with #E8B0CE
Text Example
Text Example
White with #E8B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0CE; }
p { color: rgb(232,176,206); }
H1.HeaderClassName
{
color: #E8B0CE;
}
.AnyTagClassName
{
color: #E8B0CE;
}
</style>
background-color css
<style>
a { background-color: #E8B0CE; }
a { background-color: rgb(232,176,206); }
div.DivClassName
{
background-color: #E8B0CE;
}
.BgClassName
{
background-color: #E8B0CE;
}
</style>
border-color css
<style>
span { border-color: #E8B0CE; }
span { border-color: rgb(232,176,206); }
td.TdClassName
{
border-color: #E8B0CE;
}
.TagClassName
{
border-color: #E8B0CE;
}
</style>