Shades of Lavender Pink #E8AFCF
Tints of Lavender Pink #E8AFCF
RGB
CMYK
RGB Variations
Color information
#E8AFCF (or 0xE8AFCF) is known color: Lavender Pink. HEX triplet: E8, AF and CF. RGB value is (232,175,207). Sum of RGB (Red+Green+Blue) = 232+175+207=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCF is #175030. Grayscale: #C3C3C3. Windows color (decimal): -1527857 or 13610984. OLE color: 13610984.
HSL color Cylindrical-coordinate representation of color #E8AFCF: hue angle of 326.32º degrees, saturation: 0.55, 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 #E8AFCF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 207 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.09 |
| HSL | 326.32º | 0.55% | 0.8% | - |
| HSV(B) | 326.32º | 0.25% | 0.91% | - |
| XYZ | 59.87 | 52.32 | 65.97 | - |
| YUV | 195.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 207 | 0 | 0.25 | 0.11 | 0.09 | 326.32 | 0.55 | 0.8 |
| Hex | E8 | AF | CF | 0 | 19 | B | 9 | 146 | 37 | 50 |
| Octal | 350 | 257 | 317 | 0 | 31 | 13 | 11 | 506 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11001111 | 0 | 11001 | 1011 | 1001 | 101000110 | 110111 | 1010000 |
Color Harmonies of #E8AFCF
Complementary color
Monochromatic Colors of #E8AFCF
Black with #E8AFCF
Text Example
Text Example
White with #E8AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFCF; }
p { color: rgb(232,175,207); }
H1.HeaderClassName
{
color: #E8AFCF;
}
.AnyTagClassName
{
color: #E8AFCF;
}
</style>
background-color css
<style>
a { background-color: #E8AFCF; }
a { background-color: rgb(232,175,207); }
div.DivClassName
{
background-color: #E8AFCF;
}
.BgClassName
{
background-color: #E8AFCF;
}
</style>
border-color css
<style>
span { border-color: #E8AFCF; }
span { border-color: rgb(232,175,207); }
td.TdClassName
{
border-color: #E8AFCF;
}
.TagClassName
{
border-color: #E8AFCF;
}
</style>