Shades of Cupid #EAAAC4
Tints of Cupid #EAAAC4
RGB
CMYK
RGB Variations
Color information
#EAAAC4 (or 0xEAAAC4) is known color: Cupid. HEX triplet: EA, AA and C4. RGB value is (234,170,196). Sum of RGB (Red+Green+Blue) = 234+170+196=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAC4 is #15553B. Grayscale: #C0C0C0. Windows color (decimal): -1398076 or 12888810. OLE color: 12888810.
HSL color Cylindrical-coordinate representation of color #EAAAC4: hue angle of 335.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAC4 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 196 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.08 |
| HSL | 335.63º | 0.6% | 0.79% | - |
| HSV(B) | 335.63º | 0.27% | 0.92% | - |
| XYZ | 58.27 | 50.23 | 58.85 | - |
| YUV | 192.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 196 | 0 | 0.27 | 0.16 | 0.08 | 335.63 | 0.6 | 0.79 |
| Hex | EA | AA | C4 | 0 | 1B | 10 | 8 | 150 | 3C | 4F |
| Octal | 352 | 252 | 304 | 0 | 33 | 20 | 10 | 520 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11000100 | 0 | 11011 | 10000 | 1000 | 101010000 | 111100 | 1001111 |
Color Harmonies of #EAAAC4
Complementary color
Monochromatic Colors of #EAAAC4
Black with #EAAAC4
Text Example
Text Example
White with #EAAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAC4; }
p { color: rgb(234,170,196); }
H1.HeaderClassName
{
color: #EAAAC4;
}
.AnyTagClassName
{
color: #EAAAC4;
}
</style>
background-color css
<style>
a { background-color: #EAAAC4; }
a { background-color: rgb(234,170,196); }
div.DivClassName
{
background-color: #EAAAC4;
}
.BgClassName
{
background-color: #EAAAC4;
}
</style>
border-color css
<style>
span { border-color: #EAAAC4; }
span { border-color: rgb(234,170,196); }
td.TdClassName
{
border-color: #EAAAC4;
}
.TagClassName
{
border-color: #EAAAC4;
}
</style>