Shades of Lavender Pink #E8B0CC
Tints of Lavender Pink #E8B0CC
RGB
CMYK
RGB Variations
Color information
#E8B0CC (or 0xE8B0CC) is known color: Lavender Pink. HEX triplet: E8, B0 and CC. RGB value is (232,176,204). Sum of RGB (Red+Green+Blue) = 232+176+204=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0CC is #174F33. Grayscale: #C3C3C3. Windows color (decimal): -1527604 or 13414632. OLE color: 13414632.
HSL color Cylindrical-coordinate representation of color #E8B0CC: hue angle of 330º 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 #E8B0CC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 204 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 330º | 0.55% | 0.8% | - |
| HSV(B) | 330º | 0.24% | 0.91% | - |
| XYZ | 59.7 | 52.57 | 64.13 | - |
| YUV | 195.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 204 | 0 | 0.24 | 0.12 | 0.09 | 330 | 0.55 | 0.8 |
| Hex | E8 | B0 | CC | 0 | 18 | C | 9 | 14A | 37 | 50 |
| Octal | 350 | 260 | 314 | 0 | 30 | 14 | 11 | 512 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11001100 | 0 | 11000 | 1100 | 1001 | 101001010 | 110111 | 1010000 |
Color Harmonies of #E8B0CC
Complementary color
Monochromatic Colors of #E8B0CC
Black with #E8B0CC
Text Example
Text Example
White with #E8B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0CC; }
p { color: rgb(232,176,204); }
H1.HeaderClassName
{
color: #E8B0CC;
}
.AnyTagClassName
{
color: #E8B0CC;
}
</style>
background-color css
<style>
a { background-color: #E8B0CC; }
a { background-color: rgb(232,176,204); }
div.DivClassName
{
background-color: #E8B0CC;
}
.BgClassName
{
background-color: #E8B0CC;
}
</style>
border-color css
<style>
span { border-color: #E8B0CC; }
span { border-color: rgb(232,176,204); }
td.TdClassName
{
border-color: #E8B0CC;
}
.TagClassName
{
border-color: #E8B0CC;
}
</style>