Shades of Cupid #EEA8B8
Tints of Cupid #EEA8B8
RGB
CMYK
RGB Variations
Color information
#EEA8B8 (or 0xEEA8B8) is known color: Cupid. HEX triplet: EE, A8 and B8. RGB value is (238,168,184). Sum of RGB (Red+Green+Blue) = 238+168+184=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8B8 is #115747. Grayscale: #BEBEBE. Windows color (decimal): -1136456 or 12101870. OLE color: 12101870.
HSL color Cylindrical-coordinate representation of color #EEA8B8: hue angle of 346.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8B8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 184 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.07 |
| HSL | 346.29º | 0.67% | 0.8% | - |
| HSV(B) | 346.29º | 0.29% | 0.93% | - |
| XYZ | 57.91 | 49.64 | 51.88 | - |
| YUV | 190.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 184 | 0 | 0.29 | 0.23 | 0.07 | 346.29 | 0.67 | 0.8 |
| Hex | EE | A8 | B8 | 0 | 1D | 17 | 7 | 15A | 43 | 50 |
| Octal | 356 | 250 | 270 | 0 | 35 | 27 | 7 | 532 | 103 | 120 |
| Binary | 11101110 | 10101000 | 10111000 | 0 | 11101 | 10111 | 111 | 101011010 | 1000011 | 1010000 |
Color Harmonies of #EEA8B8
Complementary color
Monochromatic Colors of #EEA8B8
Black with #EEA8B8
Text Example
Text Example
White with #EEA8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8B8; }
p { color: rgb(238,168,184); }
H1.HeaderClassName
{
color: #EEA8B8;
}
.AnyTagClassName
{
color: #EEA8B8;
}
</style>
background-color css
<style>
a { background-color: #EEA8B8; }
a { background-color: rgb(238,168,184); }
div.DivClassName
{
background-color: #EEA8B8;
}
.BgClassName
{
background-color: #EEA8B8;
}
</style>
border-color css
<style>
span { border-color: #EEA8B8; }
span { border-color: rgb(238,168,184); }
td.TdClassName
{
border-color: #EEA8B8;
}
.TagClassName
{
border-color: #EEA8B8;
}
</style>