Shades of Lavender Pink #E8AFCC
Tints of Lavender Pink #E8AFCC
RGB
CMYK
RGB Variations
Color information
#E8AFCC (or 0xE8AFCC) is known color: Lavender Pink. HEX triplet: E8, AF and CC. RGB value is (232,175,204). Sum of RGB (Red+Green+Blue) = 232+175+204=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCC is #175033. Grayscale: #C3C3C3. Windows color (decimal): -1527860 or 13414376. OLE color: 13414376.
HSL color Cylindrical-coordinate representation of color #E8AFCC: hue angle of 329.47º 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 #E8AFCC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 204 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 329.47º | 0.55% | 0.8% | - |
| HSV(B) | 329.47º | 0.25% | 0.91% | - |
| XYZ | 59.51 | 52.18 | 64.06 | - |
| YUV | 195.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 204 | 0 | 0.25 | 0.12 | 0.09 | 329.47 | 0.55 | 0.8 |
| Hex | E8 | AF | CC | 0 | 19 | C | 9 | 149 | 37 | 50 |
| Octal | 350 | 257 | 314 | 0 | 31 | 14 | 11 | 511 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11001100 | 0 | 11001 | 1100 | 1001 | 101001001 | 110111 | 1010000 |
Color Harmonies of #E8AFCC
Complementary color
Monochromatic Colors of #E8AFCC
Black with #E8AFCC
Text Example
Text Example
White with #E8AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFCC; }
p { color: rgb(232,175,204); }
H1.HeaderClassName
{
color: #E8AFCC;
}
.AnyTagClassName
{
color: #E8AFCC;
}
</style>
background-color css
<style>
a { background-color: #E8AFCC; }
a { background-color: rgb(232,175,204); }
div.DivClassName
{
background-color: #E8AFCC;
}
.BgClassName
{
background-color: #E8AFCC;
}
</style>
border-color css
<style>
span { border-color: #E8AFCC; }
span { border-color: rgb(232,175,204); }
td.TdClassName
{
border-color: #E8AFCC;
}
.TagClassName
{
border-color: #E8AFCC;
}
</style>