Shades of Cupid #EAABC2
Tints of Cupid #EAABC2
RGB
CMYK
RGB Variations
Color information
#EAABC2 (or 0xEAABC2) is known color: Cupid. HEX triplet: EA, AB and C2. RGB value is (234,171,194). Sum of RGB (Red+Green+Blue) = 234+171+194=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABC2 is #15543D. Grayscale: #C0C0C0. Windows color (decimal): -1397822 or 12757994. OLE color: 12757994.
HSL color Cylindrical-coordinate representation of color #EAABC2: hue angle of 338.1º 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 #EAABC2 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 194 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.08 |
| HSL | 338.1º | 0.6% | 0.79% | - |
| HSV(B) | 338.1º | 0.27% | 0.92% | - |
| XYZ | 58.23 | 50.51 | 57.72 | - |
| YUV | 192.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 194 | 0 | 0.27 | 0.17 | 0.08 | 338.1 | 0.6 | 0.79 |
| Hex | EA | AB | C2 | 0 | 1B | 11 | 8 | 152 | 3C | 4F |
| Octal | 352 | 253 | 302 | 0 | 33 | 21 | 10 | 522 | 74 | 117 |
| Binary | 11101010 | 10101011 | 11000010 | 0 | 11011 | 10001 | 1000 | 101010010 | 111100 | 1001111 |
Color Harmonies of #EAABC2
Complementary color
Monochromatic Colors of #EAABC2
Black with #EAABC2
Text Example
Text Example
White with #EAABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABC2; }
p { color: rgb(234,171,194); }
H1.HeaderClassName
{
color: #EAABC2;
}
.AnyTagClassName
{
color: #EAABC2;
}
</style>
background-color css
<style>
a { background-color: #EAABC2; }
a { background-color: rgb(234,171,194); }
div.DivClassName
{
background-color: #EAABC2;
}
.BgClassName
{
background-color: #EAABC2;
}
</style>
border-color css
<style>
span { border-color: #EAABC2; }
span { border-color: rgb(234,171,194); }
td.TdClassName
{
border-color: #EAABC2;
}
.TagClassName
{
border-color: #EAABC2;
}
</style>