Shades of Lavender Pink #E9AFCD
Tints of Lavender Pink #E9AFCD
RGB
CMYK
RGB Variations
Color information
#E9AFCD (or 0xE9AFCD) is known color: Lavender Pink. HEX triplet: E9, AF and CD. RGB value is (233,175,205). Sum of RGB (Red+Green+Blue) = 233+175+205=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCD is #165032. Grayscale: #C3C3C3. Windows color (decimal): -1462323 or 13479913. OLE color: 13479913.
HSL color Cylindrical-coordinate representation of color #E9AFCD: hue angle of 328.97º 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 #E9AFCD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 205 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 328.97º | 0.57% | 0.8% | - |
| HSV(B) | 328.97º | 0.25% | 0.91% | - |
| XYZ | 59.95 | 52.39 | 64.71 | - |
| YUV | 195.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 205 | 0 | 0.25 | 0.12 | 0.09 | 328.97 | 0.57 | 0.8 |
| Hex | E9 | AF | CD | 0 | 19 | C | 9 | 149 | 39 | 50 |
| Octal | 351 | 257 | 315 | 0 | 31 | 14 | 11 | 511 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11001101 | 0 | 11001 | 1100 | 1001 | 101001001 | 111001 | 1010000 |
Color Harmonies of #E9AFCD
Complementary color
Monochromatic Colors of #E9AFCD
Black with #E9AFCD
Text Example
Text Example
White with #E9AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFCD; }
p { color: rgb(233,175,205); }
H1.HeaderClassName
{
color: #E9AFCD;
}
.AnyTagClassName
{
color: #E9AFCD;
}
</style>
background-color css
<style>
a { background-color: #E9AFCD; }
a { background-color: rgb(233,175,205); }
div.DivClassName
{
background-color: #E9AFCD;
}
.BgClassName
{
background-color: #E9AFCD;
}
</style>
border-color css
<style>
span { border-color: #E9AFCD; }
span { border-color: rgb(233,175,205); }
td.TdClassName
{
border-color: #E9AFCD;
}
.TagClassName
{
border-color: #E9AFCD;
}
</style>