Shades of Cupid #EEA9B8
Tints of Cupid #EEA9B8
RGB
CMYK
RGB Variations
Color information
#EEA9B8 (or 0xEEA9B8) is known color: Cupid. HEX triplet: EE, A9 and B8. RGB value is (238,169,184). Sum of RGB (Red+Green+Blue) = 238+169+184=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9B8 is #115647. Grayscale: #BFBFBF. Windows color (decimal): -1136200 or 12102126. OLE color: 12102126.
HSL color Cylindrical-coordinate representation of color #EEA9B8: hue angle of 346.96º 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 #EEA9B8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 184 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.07 |
| HSL | 346.96º | 0.67% | 0.8% | - |
| HSV(B) | 346.96º | 0.29% | 0.93% | - |
| XYZ | 58.1 | 50.01 | 51.94 | - |
| YUV | 191.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 184 | 0 | 0.29 | 0.23 | 0.07 | 346.96 | 0.67 | 0.8 |
| Hex | EE | A9 | B8 | 0 | 1D | 17 | 7 | 15B | 43 | 50 |
| Octal | 356 | 251 | 270 | 0 | 35 | 27 | 7 | 533 | 103 | 120 |
| Binary | 11101110 | 10101001 | 10111000 | 0 | 11101 | 10111 | 111 | 101011011 | 1000011 | 1010000 |
Color Harmonies of #EEA9B8
Complementary color
Monochromatic Colors of #EEA9B8
Black with #EEA9B8
Text Example
Text Example
White with #EEA9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9B8; }
p { color: rgb(238,169,184); }
H1.HeaderClassName
{
color: #EEA9B8;
}
.AnyTagClassName
{
color: #EEA9B8;
}
</style>
background-color css
<style>
a { background-color: #EEA9B8; }
a { background-color: rgb(238,169,184); }
div.DivClassName
{
background-color: #EEA9B8;
}
.BgClassName
{
background-color: #EEA9B8;
}
</style>
border-color css
<style>
span { border-color: #EEA9B8; }
span { border-color: rgb(238,169,184); }
td.TdClassName
{
border-color: #EEA9B8;
}
.TagClassName
{
border-color: #EEA9B8;
}
</style>