Shades of Lavender Pink #E9AFD4
Tints of Lavender Pink #E9AFD4
RGB
CMYK
RGB Variations
Color information
#E9AFD4 (or 0xE9AFD4) is known color: Lavender Pink. HEX triplet: E9, AF and D4. RGB value is (233,175,212). Sum of RGB (Red+Green+Blue) = 233+175+212=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFD4 is #16502B. Grayscale: #C4C4C4. Windows color (decimal): -1462316 or 13938665. OLE color: 13938665.
HSL color Cylindrical-coordinate representation of color #E9AFD4: hue angle of 321.72º 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 #E9AFD4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 212 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.09 |
| HSL | 321.72º | 0.57% | 0.8% | - |
| HSV(B) | 321.72º | 0.25% | 0.91% | - |
| XYZ | 60.82 | 52.74 | 69.26 | - |
| YUV | 196.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 212 | 0 | 0.25 | 0.09 | 0.09 | 321.72 | 0.57 | 0.8 |
| Hex | E9 | AF | D4 | 0 | 19 | 9 | 9 | 142 | 39 | 50 |
| Octal | 351 | 257 | 324 | 0 | 31 | 11 | 11 | 502 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11010100 | 0 | 11001 | 1001 | 1001 | 101000010 | 111001 | 1010000 |
Color Harmonies of #E9AFD4
Complementary color
Monochromatic Colors of #E9AFD4
Black with #E9AFD4
Text Example
Text Example
White with #E9AFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFD4; }
p { color: rgb(233,175,212); }
H1.HeaderClassName
{
color: #E9AFD4;
}
.AnyTagClassName
{
color: #E9AFD4;
}
</style>
background-color css
<style>
a { background-color: #E9AFD4; }
a { background-color: rgb(233,175,212); }
div.DivClassName
{
background-color: #E9AFD4;
}
.BgClassName
{
background-color: #E9AFD4;
}
</style>
border-color css
<style>
span { border-color: #E9AFD4; }
span { border-color: rgb(233,175,212); }
td.TdClassName
{
border-color: #E9AFD4;
}
.TagClassName
{
border-color: #E9AFD4;
}
</style>