Shades of Lavender Pink #E9AFCE
Tints of Lavender Pink #E9AFCE
RGB
CMYK
RGB Variations
Color information
#E9AFCE (or 0xE9AFCE) is known color: Lavender Pink. HEX triplet: E9, AF and CE. RGB value is (233,175,206). Sum of RGB (Red+Green+Blue) = 233+175+206=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCE is #165031. Grayscale: #C3C3C3. Windows color (decimal): -1462322 or 13545449. OLE color: 13545449.
HSL color Cylindrical-coordinate representation of color #E9AFCE: hue angle of 327.93º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFCE is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 206 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 327.93º | 0.57% | 0.8% | - |
| HSV(B) | 327.93º | 0.25% | 0.91% | - |
| XYZ | 60.07 | 52.44 | 65.35 | - |
| YUV | 195.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 206 | 0 | 0.25 | 0.12 | 0.09 | 327.93 | 0.57 | 0.8 |
| Hex | E9 | AF | CE | 0 | 19 | C | 9 | 148 | 39 | 50 |
| Octal | 351 | 257 | 316 | 0 | 31 | 14 | 11 | 510 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11001110 | 0 | 11001 | 1100 | 1001 | 101001000 | 111001 | 1010000 |
Color Harmonies of #E9AFCE
Complementary color
Monochromatic Colors of #E9AFCE
Black with #E9AFCE
Text Example
Text Example
White with #E9AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFCE; }
p { color: rgb(233,175,206); }
H1.HeaderClassName
{
color: #E9AFCE;
}
.AnyTagClassName
{
color: #E9AFCE;
}
</style>
background-color css
<style>
a { background-color: #E9AFCE; }
a { background-color: rgb(233,175,206); }
div.DivClassName
{
background-color: #E9AFCE;
}
.BgClassName
{
background-color: #E9AFCE;
}
</style>
border-color css
<style>
span { border-color: #E9AFCE; }
span { border-color: rgb(233,175,206); }
td.TdClassName
{
border-color: #E9AFCE;
}
.TagClassName
{
border-color: #E9AFCE;
}
</style>