Shades of Cupid #EEA6B9
Tints of Cupid #EEA6B9
RGB
CMYK
RGB Variations
Color information
#EEA6B9 (or 0xEEA6B9) is known color: Cupid. HEX triplet: EE, A6 and B9. RGB value is (238,166,185). Sum of RGB (Red+Green+Blue) = 238+166+185=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6B9 is #115946. Grayscale: #BDBDBD. Windows color (decimal): -1136967 or 12166894. OLE color: 12166894.
HSL color Cylindrical-coordinate representation of color #EEA6B9: hue angle of 344.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6B9 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 185 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.07 |
| HSL | 344.17º | 0.68% | 0.79% | - |
| HSV(B) | 344.17º | 0.3% | 0.93% | - |
| XYZ | 57.65 | 48.95 | 52.31 | - |
| YUV | 189.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 185 | 0 | 0.30 | 0.22 | 0.07 | 344.17 | 0.68 | 0.79 |
| Hex | EE | A6 | B9 | 0 | 1E | 16 | 7 | 158 | 44 | 4F |
| Octal | 356 | 246 | 271 | 0 | 36 | 26 | 7 | 530 | 104 | 117 |
| Binary | 11101110 | 10100110 | 10111001 | 0 | 11110 | 10110 | 111 | 101011000 | 1000100 | 1001111 |
Color Harmonies of #EEA6B9
Complementary color
Monochromatic Colors of #EEA6B9
Black with #EEA6B9
Text Example
Text Example
White with #EEA6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6B9; }
p { color: rgb(238,166,185); }
H1.HeaderClassName
{
color: #EEA6B9;
}
.AnyTagClassName
{
color: #EEA6B9;
}
</style>
background-color css
<style>
a { background-color: #EEA6B9; }
a { background-color: rgb(238,166,185); }
div.DivClassName
{
background-color: #EEA6B9;
}
.BgClassName
{
background-color: #EEA6B9;
}
</style>
border-color css
<style>
span { border-color: #EEA6B9; }
span { border-color: rgb(238,166,185); }
td.TdClassName
{
border-color: #EEA6B9;
}
.TagClassName
{
border-color: #EEA6B9;
}
</style>