Shades of Cupid #E8AAC1
Tints of Cupid #E8AAC1
RGB
CMYK
RGB Variations
Color information
#E8AAC1 (or 0xE8AAC1) is known color: Cupid. HEX triplet: E8, AA and C1. RGB value is (232,170,193). Sum of RGB (Red+Green+Blue) = 232+170+193=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAC1 is #17553E. Grayscale: #BFBFBF. Windows color (decimal): -1529151 or 12692200. OLE color: 12692200.
HSL color Cylindrical-coordinate representation of color #E8AAC1: hue angle of 337.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AAC1 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 193 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.09 |
| HSL | 337.74º | 0.57% | 0.79% | - |
| HSV(B) | 337.74º | 0.27% | 0.91% | - |
| XYZ | 57.28 | 49.76 | 57.04 | - |
| YUV | 191.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 193 | 0 | 0.27 | 0.17 | 0.09 | 337.74 | 0.57 | 0.79 |
| Hex | E8 | AA | C1 | 0 | 1B | 11 | 9 | 152 | 39 | 4F |
| Octal | 350 | 252 | 301 | 0 | 33 | 21 | 11 | 522 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11000001 | 0 | 11011 | 10001 | 1001 | 101010010 | 111001 | 1001111 |
Color Harmonies of #E8AAC1
Complementary color
Monochromatic Colors of #E8AAC1
Black with #E8AAC1
Text Example
Text Example
White with #E8AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAC1; }
p { color: rgb(232,170,193); }
H1.HeaderClassName
{
color: #E8AAC1;
}
.AnyTagClassName
{
color: #E8AAC1;
}
</style>
background-color css
<style>
a { background-color: #E8AAC1; }
a { background-color: rgb(232,170,193); }
div.DivClassName
{
background-color: #E8AAC1;
}
.BgClassName
{
background-color: #E8AAC1;
}
</style>
border-color css
<style>
span { border-color: #E8AAC1; }
span { border-color: rgb(232,170,193); }
td.TdClassName
{
border-color: #E8AAC1;
}
.TagClassName
{
border-color: #E8AAC1;
}
</style>