Shades of Cupid #E9A9C2
Tints of Cupid #E9A9C2
RGB
CMYK
RGB Variations
Color information
#E9A9C2 (or 0xE9A9C2) is known color: Cupid. HEX triplet: E9, A9 and C2. RGB value is (233,169,194). Sum of RGB (Red+Green+Blue) = 233+169+194=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9C2 is #16563D. Grayscale: #BEBEBE. Windows color (decimal): -1463870 or 12757481. OLE color: 12757481.
HSL color Cylindrical-coordinate representation of color #E9A9C2: hue angle of 336.56º degrees, saturation: 0.59, 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 #E9A9C2 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 194 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.09 |
| HSL | 336.56º | 0.59% | 0.79% | - |
| HSV(B) | 336.56º | 0.27% | 0.91% | - |
| XYZ | 57.53 | 49.59 | 57.58 | - |
| YUV | 190.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 194 | 0 | 0.27 | 0.17 | 0.09 | 336.56 | 0.59 | 0.79 |
| Hex | E9 | A9 | C2 | 0 | 1B | 11 | 9 | 151 | 3B | 4F |
| Octal | 351 | 251 | 302 | 0 | 33 | 21 | 11 | 521 | 73 | 117 |
| Binary | 11101001 | 10101001 | 11000010 | 0 | 11011 | 10001 | 1001 | 101010001 | 111011 | 1001111 |
Color Harmonies of #E9A9C2
Complementary color
Monochromatic Colors of #E9A9C2
Black with #E9A9C2
Text Example
Text Example
White with #E9A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A9C2; }
p { color: rgb(233,169,194); }
H1.HeaderClassName
{
color: #E9A9C2;
}
.AnyTagClassName
{
color: #E9A9C2;
}
</style>
background-color css
<style>
a { background-color: #E9A9C2; }
a { background-color: rgb(233,169,194); }
div.DivClassName
{
background-color: #E9A9C2;
}
.BgClassName
{
background-color: #E9A9C2;
}
</style>
border-color css
<style>
span { border-color: #E9A9C2; }
span { border-color: rgb(233,169,194); }
td.TdClassName
{
border-color: #E9A9C2;
}
.TagClassName
{
border-color: #E9A9C2;
}
</style>