Shades of Lavender Pink #E9AFD2
Tints of Lavender Pink #E9AFD2
RGB
CMYK
RGB Variations
Color information
#E9AFD2 (or 0xE9AFD2) is known color: Lavender Pink. HEX triplet: E9, AF and D2. RGB value is (233,175,210). Sum of RGB (Red+Green+Blue) = 233+175+210=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFD2 is #16502D. Grayscale: #C4C4C4. Windows color (decimal): -1462318 or 13807593. OLE color: 13807593.
HSL color Cylindrical-coordinate representation of color #E9AFD2: hue angle of 323.79º 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 #E9AFD2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 210 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.09 |
| HSL | 323.79º | 0.57% | 0.8% | - |
| HSV(B) | 323.79º | 0.25% | 0.91% | - |
| XYZ | 60.57 | 52.64 | 67.94 | - |
| YUV | 196.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 210 | 0 | 0.25 | 0.10 | 0.09 | 323.79 | 0.57 | 0.8 |
| Hex | E9 | AF | D2 | 0 | 19 | A | 9 | 144 | 39 | 50 |
| Octal | 351 | 257 | 322 | 0 | 31 | 12 | 11 | 504 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11010010 | 0 | 11001 | 1010 | 1001 | 101000100 | 111001 | 1010000 |
Color Harmonies of #E9AFD2
Complementary color
Monochromatic Colors of #E9AFD2
Black with #E9AFD2
Text Example
Text Example
White with #E9AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFD2; }
p { color: rgb(233,175,210); }
H1.HeaderClassName
{
color: #E9AFD2;
}
.AnyTagClassName
{
color: #E9AFD2;
}
</style>
background-color css
<style>
a { background-color: #E9AFD2; }
a { background-color: rgb(233,175,210); }
div.DivClassName
{
background-color: #E9AFD2;
}
.BgClassName
{
background-color: #E9AFD2;
}
</style>
border-color css
<style>
span { border-color: #E9AFD2; }
span { border-color: rgb(233,175,210); }
td.TdClassName
{
border-color: #E9AFD2;
}
.TagClassName
{
border-color: #E9AFD2;
}
</style>