Shades of Lavender Pink #E9B2CF
Tints of Lavender Pink #E9B2CF
RGB
CMYK
RGB Variations
Color information
#E9B2CF (or 0xE9B2CF) is known color: Lavender Pink. HEX triplet: E9, B2 and CF. RGB value is (233,178,207). Sum of RGB (Red+Green+Blue) = 233+178+207=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2CF is #164D30. Grayscale: #C5C5C5. Windows color (decimal): -1461553 or 13611753. OLE color: 13611753.
HSL color Cylindrical-coordinate representation of color #E9B2CF: hue angle of 328.36º 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 #E9B2CF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 207 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.09 |
| HSL | 328.36º | 0.56% | 0.81% | - |
| HSV(B) | 328.36º | 0.24% | 0.91% | - |
| XYZ | 60.79 | 53.67 | 66.19 | - |
| YUV | 197.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 207 | 0 | 0.24 | 0.11 | 0.09 | 328.36 | 0.56 | 0.81 |
| Hex | E9 | B2 | CF | 0 | 18 | B | 9 | 148 | 38 | 51 |
| Octal | 351 | 262 | 317 | 0 | 30 | 13 | 11 | 510 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11001111 | 0 | 11000 | 1011 | 1001 | 101001000 | 111000 | 1010001 |
Color Harmonies of #E9B2CF
Complementary color
Monochromatic Colors of #E9B2CF
Black with #E9B2CF
Text Example
Text Example
White with #E9B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2CF; }
p { color: rgb(233,178,207); }
H1.HeaderClassName
{
color: #E9B2CF;
}
.AnyTagClassName
{
color: #E9B2CF;
}
</style>
background-color css
<style>
a { background-color: #E9B2CF; }
a { background-color: rgb(233,178,207); }
div.DivClassName
{
background-color: #E9B2CF;
}
.BgClassName
{
background-color: #E9B2CF;
}
</style>
border-color css
<style>
span { border-color: #E9B2CF; }
span { border-color: rgb(233,178,207); }
td.TdClassName
{
border-color: #E9B2CF;
}
.TagClassName
{
border-color: #E9B2CF;
}
</style>