Shades of Lavender Pink #E9B2D2
Tints of Lavender Pink #E9B2D2
RGB
CMYK
RGB Variations
Color information
#E9B2D2 (or 0xE9B2D2) is known color: Lavender Pink. HEX triplet: E9, B2 and D2. RGB value is (233,178,210). Sum of RGB (Red+Green+Blue) = 233+178+210=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2D2 is #164D2D. Grayscale: #C6C6C6. Windows color (decimal): -1461550 or 13808361. OLE color: 13808361.
HSL color Cylindrical-coordinate representation of color #E9B2D2: hue angle of 325.09º 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 #E9B2D2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 210 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.09 |
| HSL | 325.09º | 0.56% | 0.81% | - |
| HSV(B) | 325.09º | 0.24% | 0.91% | - |
| XYZ | 61.16 | 53.82 | 68.14 | - |
| YUV | 198.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 210 | 0 | 0.24 | 0.10 | 0.09 | 325.09 | 0.56 | 0.81 |
| Hex | E9 | B2 | D2 | 0 | 18 | A | 9 | 145 | 38 | 51 |
| Octal | 351 | 262 | 322 | 0 | 30 | 12 | 11 | 505 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11010010 | 0 | 11000 | 1010 | 1001 | 101000101 | 111000 | 1010001 |
Color Harmonies of #E9B2D2
Complementary color
Monochromatic Colors of #E9B2D2
Black with #E9B2D2
Text Example
Text Example
White with #E9B2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2D2; }
p { color: rgb(233,178,210); }
H1.HeaderClassName
{
color: #E9B2D2;
}
.AnyTagClassName
{
color: #E9B2D2;
}
</style>
background-color css
<style>
a { background-color: #E9B2D2; }
a { background-color: rgb(233,178,210); }
div.DivClassName
{
background-color: #E9B2D2;
}
.BgClassName
{
background-color: #E9B2D2;
}
</style>
border-color css
<style>
span { border-color: #E9B2D2; }
span { border-color: rgb(233,178,210); }
td.TdClassName
{
border-color: #E9B2D2;
}
.TagClassName
{
border-color: #E9B2D2;
}
</style>