Shades of Cupid #EEB2BC
Tints of Cupid #EEB2BC
RGB
CMYK
RGB Variations
Color information
#EEB2BC (or 0xEEB2BC) is known color: Cupid. HEX triplet: EE, B2 and BC. RGB value is (238,178,188). Sum of RGB (Red+Green+Blue) = 238+178+188=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BC is #114D43. Grayscale: #C5C5C5. Windows color (decimal): -1133892 or 12366574. OLE color: 12366574.
HSL color Cylindrical-coordinate representation of color #EEB2BC: hue angle of 350º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2BC is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 188 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.07 |
| HSL | 350º | 0.64% | 0.82% | - |
| HSV(B) | 350º | 0.25% | 0.93% | - |
| XYZ | 60.26 | 53.65 | 54.76 | - |
| YUV | 197.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 188 | 0 | 0.25 | 0.21 | 0.07 | 350 | 0.64 | 0.82 |
| Hex | EE | B2 | BC | 0 | 19 | 15 | 7 | 15E | 40 | 52 |
| Octal | 356 | 262 | 274 | 0 | 31 | 25 | 7 | 536 | 100 | 122 |
| Binary | 11101110 | 10110010 | 10111100 | 0 | 11001 | 10101 | 111 | 101011110 | 1000000 | 1010010 |
Color Harmonies of #EEB2BC
Complementary color
Monochromatic Colors of #EEB2BC
Black with #EEB2BC
Text Example
Text Example
White with #EEB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2BC; }
p { color: rgb(238,178,188); }
H1.HeaderClassName
{
color: #EEB2BC;
}
.AnyTagClassName
{
color: #EEB2BC;
}
</style>
background-color css
<style>
a { background-color: #EEB2BC; }
a { background-color: rgb(238,178,188); }
div.DivClassName
{
background-color: #EEB2BC;
}
.BgClassName
{
background-color: #EEB2BC;
}
</style>
border-color css
<style>
span { border-color: #EEB2BC; }
span { border-color: rgb(238,178,188); }
td.TdClassName
{
border-color: #EEB2BC;
}
.TagClassName
{
border-color: #EEB2BC;
}
</style>