Shades of Cupid #EAA8BF
Tints of Cupid #EAA8BF
RGB
CMYK
RGB Variations
Color information
#EAA8BF (or 0xEAA8BF) is known color: Cupid. HEX triplet: EA, A8 and BF. RGB value is (234,168,191). Sum of RGB (Red+Green+Blue) = 234+168+191=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8BF is #155740. Grayscale: #BEBEBE. Windows color (decimal): -1398593 or 12560618. OLE color: 12560618.
HSL color Cylindrical-coordinate representation of color #EAA8BF: hue angle of 339.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8BF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 191 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.08 |
| HSL | 339.09º | 0.61% | 0.79% | - |
| HSV(B) | 339.09º | 0.28% | 0.92% | - |
| XYZ | 57.34 | 49.26 | 55.78 | - |
| YUV | 190.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 191 | 0 | 0.28 | 0.18 | 0.08 | 339.09 | 0.61 | 0.79 |
| Hex | EA | A8 | BF | 0 | 1C | 12 | 8 | 153 | 3D | 4F |
| Octal | 352 | 250 | 277 | 0 | 34 | 22 | 10 | 523 | 75 | 117 |
| Binary | 11101010 | 10101000 | 10111111 | 0 | 11100 | 10010 | 1000 | 101010011 | 111101 | 1001111 |
Color Harmonies of #EAA8BF
Complementary color
Monochromatic Colors of #EAA8BF
Black with #EAA8BF
Text Example
Text Example
White with #EAA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8BF; }
p { color: rgb(234,168,191); }
H1.HeaderClassName
{
color: #EAA8BF;
}
.AnyTagClassName
{
color: #EAA8BF;
}
</style>
background-color css
<style>
a { background-color: #EAA8BF; }
a { background-color: rgb(234,168,191); }
div.DivClassName
{
background-color: #EAA8BF;
}
.BgClassName
{
background-color: #EAA8BF;
}
</style>
border-color css
<style>
span { border-color: #EAA8BF; }
span { border-color: rgb(234,168,191); }
td.TdClassName
{
border-color: #EAA8BF;
}
.TagClassName
{
border-color: #EAA8BF;
}
</style>