Shades of Cupid #E9AAC3
Tints of Cupid #E9AAC3
RGB
CMYK
RGB Variations
Color information
#E9AAC3 (or 0xE9AAC3) is known color: Cupid. HEX triplet: E9, AA and C3. RGB value is (233,170,195). Sum of RGB (Red+Green+Blue) = 233+170+195=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAC3 is #16553C. Grayscale: #BFBFBF. Windows color (decimal): -1463613 or 12823273. OLE color: 12823273.
HSL color Cylindrical-coordinate representation of color #E9AAC3: hue angle of 336.19º 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 #E9AAC3 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 195 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.09 |
| HSL | 336.19º | 0.59% | 0.79% | - |
| HSV(B) | 336.19º | 0.27% | 0.91% | - |
| XYZ | 57.83 | 50.01 | 58.24 | - |
| YUV | 191.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 195 | 0 | 0.27 | 0.16 | 0.09 | 336.19 | 0.59 | 0.79 |
| Hex | E9 | AA | C3 | 0 | 1B | 10 | 9 | 150 | 3B | 4F |
| Octal | 351 | 252 | 303 | 0 | 33 | 20 | 11 | 520 | 73 | 117 |
| Binary | 11101001 | 10101010 | 11000011 | 0 | 11011 | 10000 | 1001 | 101010000 | 111011 | 1001111 |
Color Harmonies of #E9AAC3
Complementary color
Monochromatic Colors of #E9AAC3
Black with #E9AAC3
Text Example
Text Example
White with #E9AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAC3; }
p { color: rgb(233,170,195); }
H1.HeaderClassName
{
color: #E9AAC3;
}
.AnyTagClassName
{
color: #E9AAC3;
}
</style>
background-color css
<style>
a { background-color: #E9AAC3; }
a { background-color: rgb(233,170,195); }
div.DivClassName
{
background-color: #E9AAC3;
}
.BgClassName
{
background-color: #E9AAC3;
}
</style>
border-color css
<style>
span { border-color: #E9AAC3; }
span { border-color: rgb(233,170,195); }
td.TdClassName
{
border-color: #E9AAC3;
}
.TagClassName
{
border-color: #E9AAC3;
}
</style>