Shades of Cupid #EEA6BC
Tints of Cupid #EEA6BC
RGB
CMYK
RGB Variations
Color information
#EEA6BC (or 0xEEA6BC) is known color: Cupid. HEX triplet: EE, A6 and BC. RGB value is (238,166,188). Sum of RGB (Red+Green+Blue) = 238+166+188=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6BC is #115943. Grayscale: #BEBEBE. Windows color (decimal): -1136964 or 12363502. OLE color: 12363502.
HSL color Cylindrical-coordinate representation of color #EEA6BC: hue angle of 341.67º 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 #EEA6BC is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 188 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.07 |
| HSL | 341.67º | 0.68% | 0.79% | - |
| HSV(B) | 341.67º | 0.3% | 0.93% | - |
| XYZ | 57.97 | 49.08 | 53.99 | - |
| YUV | 190.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 188 | 0 | 0.30 | 0.21 | 0.07 | 341.67 | 0.68 | 0.79 |
| Hex | EE | A6 | BC | 0 | 1E | 15 | 7 | 156 | 44 | 4F |
| Octal | 356 | 246 | 274 | 0 | 36 | 25 | 7 | 526 | 104 | 117 |
| Binary | 11101110 | 10100110 | 10111100 | 0 | 11110 | 10101 | 111 | 101010110 | 1000100 | 1001111 |
Color Harmonies of #EEA6BC
Complementary color
Monochromatic Colors of #EEA6BC
Black with #EEA6BC
Text Example
Text Example
White with #EEA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6BC; }
p { color: rgb(238,166,188); }
H1.HeaderClassName
{
color: #EEA6BC;
}
.AnyTagClassName
{
color: #EEA6BC;
}
</style>
background-color css
<style>
a { background-color: #EEA6BC; }
a { background-color: rgb(238,166,188); }
div.DivClassName
{
background-color: #EEA6BC;
}
.BgClassName
{
background-color: #EEA6BC;
}
</style>
border-color css
<style>
span { border-color: #EEA6BC; }
span { border-color: rgb(238,166,188); }
td.TdClassName
{
border-color: #EEA6BC;
}
.TagClassName
{
border-color: #EEA6BC;
}
</style>