Shades of Lavender Pink #E7AFCC
Tints of Lavender Pink #E7AFCC
RGB
CMYK
RGB Variations
Color information
#E7AFCC (or 0xE7AFCC) is known color: Lavender Pink. HEX triplet: E7, AF and CC. RGB value is (231,175,204). Sum of RGB (Red+Green+Blue) = 231+175+204=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFCC is #185033. Grayscale: #C2C2C2. Windows color (decimal): -1593396 or 13414375. OLE color: 13414375.
HSL color Cylindrical-coordinate representation of color #E7AFCC: hue angle of 328.93º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFCC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 204 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 328.93º | 0.54% | 0.8% | - |
| HSV(B) | 328.93º | 0.24% | 0.91% | - |
| XYZ | 59.18 | 52.01 | 64.05 | - |
| YUV | 195.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 204 | 0 | 0.24 | 0.12 | 0.09 | 328.93 | 0.54 | 0.8 |
| Hex | E7 | AF | CC | 0 | 18 | C | 9 | 149 | 36 | 50 |
| Octal | 347 | 257 | 314 | 0 | 30 | 14 | 11 | 511 | 66 | 120 |
| Binary | 11100111 | 10101111 | 11001100 | 0 | 11000 | 1100 | 1001 | 101001001 | 110110 | 1010000 |
Color Harmonies of #E7AFCC
Complementary color
Monochromatic Colors of #E7AFCC
Black with #E7AFCC
Text Example
Text Example
White with #E7AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFCC; }
p { color: rgb(231,175,204); }
H1.HeaderClassName
{
color: #E7AFCC;
}
.AnyTagClassName
{
color: #E7AFCC;
}
</style>
background-color css
<style>
a { background-color: #E7AFCC; }
a { background-color: rgb(231,175,204); }
div.DivClassName
{
background-color: #E7AFCC;
}
.BgClassName
{
background-color: #E7AFCC;
}
</style>
border-color css
<style>
span { border-color: #E7AFCC; }
span { border-color: rgb(231,175,204); }
td.TdClassName
{
border-color: #E7AFCC;
}
.TagClassName
{
border-color: #E7AFCC;
}
</style>