Shades of Lavender Pink #E8AFCD
Tints of Lavender Pink #E8AFCD
RGB
CMYK
RGB Variations
Color information
#E8AFCD (or 0xE8AFCD) is known color: Lavender Pink. HEX triplet: E8, AF and CD. RGB value is (232,175,205). Sum of RGB (Red+Green+Blue) = 232+175+205=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCD is #175032. Grayscale: #C3C3C3. Windows color (decimal): -1527859 or 13479912. OLE color: 13479912.
HSL color Cylindrical-coordinate representation of color #E8AFCD: hue angle of 328.42º 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 #E8AFCD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 205 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 328.42º | 0.55% | 0.8% | - |
| HSV(B) | 328.42º | 0.25% | 0.91% | - |
| XYZ | 59.63 | 52.22 | 64.7 | - |
| YUV | 195.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 205 | 0 | 0.25 | 0.12 | 0.09 | 328.42 | 0.55 | 0.8 |
| Hex | E8 | AF | CD | 0 | 19 | C | 9 | 148 | 37 | 50 |
| Octal | 350 | 257 | 315 | 0 | 31 | 14 | 11 | 510 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11001101 | 0 | 11001 | 1100 | 1001 | 101001000 | 110111 | 1010000 |
Color Harmonies of #E8AFCD
Complementary color
Monochromatic Colors of #E8AFCD
Black with #E8AFCD
Text Example
Text Example
White with #E8AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFCD; }
p { color: rgb(232,175,205); }
H1.HeaderClassName
{
color: #E8AFCD;
}
.AnyTagClassName
{
color: #E8AFCD;
}
</style>
background-color css
<style>
a { background-color: #E8AFCD; }
a { background-color: rgb(232,175,205); }
div.DivClassName
{
background-color: #E8AFCD;
}
.BgClassName
{
background-color: #E8AFCD;
}
</style>
border-color css
<style>
span { border-color: #E8AFCD; }
span { border-color: rgb(232,175,205); }
td.TdClassName
{
border-color: #E8AFCD;
}
.TagClassName
{
border-color: #E8AFCD;
}
</style>