Shades of Lavender Pink #E9AFCF
Tints of Lavender Pink #E9AFCF
RGB
CMYK
RGB Variations
Color information
#E9AFCF (or 0xE9AFCF) is known color: Lavender Pink. HEX triplet: E9, AF and CF. RGB value is (233,175,207). Sum of RGB (Red+Green+Blue) = 233+175+207=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCF is #165030. Grayscale: #C3C3C3. Windows color (decimal): -1462321 or 13610985. OLE color: 13610985.
HSL color Cylindrical-coordinate representation of color #E9AFCF: hue angle of 326.9º 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 #E9AFCF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 207 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.09 |
| HSL | 326.9º | 0.57% | 0.8% | - |
| HSV(B) | 326.9º | 0.25% | 0.91% | - |
| XYZ | 60.2 | 52.49 | 65.99 | - |
| YUV | 195.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 207 | 0 | 0.25 | 0.11 | 0.09 | 326.9 | 0.57 | 0.8 |
| Hex | E9 | AF | CF | 0 | 19 | B | 9 | 147 | 39 | 50 |
| Octal | 351 | 257 | 317 | 0 | 31 | 13 | 11 | 507 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11001111 | 0 | 11001 | 1011 | 1001 | 101000111 | 111001 | 1010000 |
Color Harmonies of #E9AFCF
Complementary color
Monochromatic Colors of #E9AFCF
Black with #E9AFCF
Text Example
Text Example
White with #E9AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFCF; }
p { color: rgb(233,175,207); }
H1.HeaderClassName
{
color: #E9AFCF;
}
.AnyTagClassName
{
color: #E9AFCF;
}
</style>
background-color css
<style>
a { background-color: #E9AFCF; }
a { background-color: rgb(233,175,207); }
div.DivClassName
{
background-color: #E9AFCF;
}
.BgClassName
{
background-color: #E9AFCF;
}
</style>
border-color css
<style>
span { border-color: #E9AFCF; }
span { border-color: rgb(233,175,207); }
td.TdClassName
{
border-color: #E9AFCF;
}
.TagClassName
{
border-color: #E9AFCF;
}
</style>