Shades of Lavender Pink #E9B1D2
Tints of Lavender Pink #E9B1D2
RGB
CMYK
RGB Variations
Color information
#E9B1D2 (or 0xE9B1D2) is known color: Lavender Pink. HEX triplet: E9, B1 and D2. RGB value is (233,177,210). Sum of RGB (Red+Green+Blue) = 233+177+210=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1D2 is #164E2D. Grayscale: #C5C5C5. Windows color (decimal): -1461806 or 13808105. OLE color: 13808105.
HSL color Cylindrical-coordinate representation of color #E9B1D2: hue angle of 324.64º degrees, saturation: 0.56, 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 #E9B1D2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 210 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.09 |
| HSL | 324.64º | 0.56% | 0.8% | - |
| HSV(B) | 324.64º | 0.24% | 0.91% | - |
| XYZ | 60.96 | 53.42 | 68.07 | - |
| YUV | 197.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 210 | 0 | 0.24 | 0.10 | 0.09 | 324.64 | 0.56 | 0.8 |
| Hex | E9 | B1 | D2 | 0 | 18 | A | 9 | 145 | 38 | 50 |
| Octal | 351 | 261 | 322 | 0 | 30 | 12 | 11 | 505 | 70 | 120 |
| Binary | 11101001 | 10110001 | 11010010 | 0 | 11000 | 1010 | 1001 | 101000101 | 111000 | 1010000 |
Color Harmonies of #E9B1D2
Complementary color
Monochromatic Colors of #E9B1D2
Black with #E9B1D2
Text Example
Text Example
White with #E9B1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1D2; }
p { color: rgb(233,177,210); }
H1.HeaderClassName
{
color: #E9B1D2;
}
.AnyTagClassName
{
color: #E9B1D2;
}
</style>
background-color css
<style>
a { background-color: #E9B1D2; }
a { background-color: rgb(233,177,210); }
div.DivClassName
{
background-color: #E9B1D2;
}
.BgClassName
{
background-color: #E9B1D2;
}
</style>
border-color css
<style>
span { border-color: #E9B1D2; }
span { border-color: rgb(233,177,210); }
td.TdClassName
{
border-color: #E9B1D2;
}
.TagClassName
{
border-color: #E9B1D2;
}
</style>