Shades of Cupid #EAABBE
Tints of Cupid #EAABBE
RGB
CMYK
RGB Variations
Color information
#EAABBE (or 0xEAABBE) is known color: Cupid. HEX triplet: EA, AB and BE. RGB value is (234,171,190). Sum of RGB (Red+Green+Blue) = 234+171+190=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABBE is #155441. Grayscale: #BFBFBF. Windows color (decimal): -1397826 or 12495850. OLE color: 12495850.
HSL color Cylindrical-coordinate representation of color #EAABBE: hue angle of 341.9º 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 #EAABBE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 190 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.08 |
| HSL | 341.9º | 0.6% | 0.79% | - |
| HSV(B) | 341.9º | 0.27% | 0.92% | - |
| XYZ | 57.79 | 50.34 | 55.39 | - |
| YUV | 192 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 190 | 0 | 0.27 | 0.19 | 0.08 | 341.9 | 0.6 | 0.79 |
| Hex | EA | AB | BE | 0 | 1B | 13 | 8 | 156 | 3C | 4F |
| Octal | 352 | 253 | 276 | 0 | 33 | 23 | 10 | 526 | 74 | 117 |
| Binary | 11101010 | 10101011 | 10111110 | 0 | 11011 | 10011 | 1000 | 101010110 | 111100 | 1001111 |
Color Harmonies of #EAABBE
Complementary color
Monochromatic Colors of #EAABBE
Black with #EAABBE
Text Example
Text Example
White with #EAABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABBE; }
p { color: rgb(234,171,190); }
H1.HeaderClassName
{
color: #EAABBE;
}
.AnyTagClassName
{
color: #EAABBE;
}
</style>
background-color css
<style>
a { background-color: #EAABBE; }
a { background-color: rgb(234,171,190); }
div.DivClassName
{
background-color: #EAABBE;
}
.BgClassName
{
background-color: #EAABBE;
}
</style>
border-color css
<style>
span { border-color: #EAABBE; }
span { border-color: rgb(234,171,190); }
td.TdClassName
{
border-color: #EAABBE;
}
.TagClassName
{
border-color: #EAABBE;
}
</style>