Shades of Lavender Pink #E8B0D1
Tints of Lavender Pink #E8B0D1
RGB
CMYK
RGB Variations
Color information
#E8B0D1 (or 0xE8B0D1) is known color: Lavender Pink. HEX triplet: E8, B0 and D1. RGB value is (232,176,209). Sum of RGB (Red+Green+Blue) = 232+176+209=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0D1 is #174F2E. Grayscale: #C4C4C4. Windows color (decimal): -1527599 or 13742312. OLE color: 13742312.
HSL color Cylindrical-coordinate representation of color #E8B0D1: hue angle of 324.64º 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 #E8B0D1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 209 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.09 |
| HSL | 324.64º | 0.55% | 0.8% | - |
| HSV(B) | 324.64º | 0.24% | 0.91% | - |
| XYZ | 60.31 | 52.81 | 67.34 | - |
| YUV | 196.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 209 | 0 | 0.24 | 0.10 | 0.09 | 324.64 | 0.55 | 0.8 |
| Hex | E8 | B0 | D1 | 0 | 18 | A | 9 | 145 | 37 | 50 |
| Octal | 350 | 260 | 321 | 0 | 30 | 12 | 11 | 505 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11010001 | 0 | 11000 | 1010 | 1001 | 101000101 | 110111 | 1010000 |
Color Harmonies of #E8B0D1
Complementary color
Monochromatic Colors of #E8B0D1
Black with #E8B0D1
Text Example
Text Example
White with #E8B0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0D1; }
p { color: rgb(232,176,209); }
H1.HeaderClassName
{
color: #E8B0D1;
}
.AnyTagClassName
{
color: #E8B0D1;
}
</style>
background-color css
<style>
a { background-color: #E8B0D1; }
a { background-color: rgb(232,176,209); }
div.DivClassName
{
background-color: #E8B0D1;
}
.BgClassName
{
background-color: #E8B0D1;
}
</style>
border-color css
<style>
span { border-color: #E8B0D1; }
span { border-color: rgb(232,176,209); }
td.TdClassName
{
border-color: #E8B0D1;
}
.TagClassName
{
border-color: #E8B0D1;
}
</style>