Shades of Cupid #EEB1BC
Tints of Cupid #EEB1BC
RGB
CMYK
RGB Variations
Color information
#EEB1BC (or 0xEEB1BC) is known color: Cupid. HEX triplet: EE, B1 and BC. RGB value is (238,177,188). Sum of RGB (Red+Green+Blue) = 238+177+188=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1BC is #114E43. Grayscale: #C4C4C4. Windows color (decimal): -1134148 or 12366318. OLE color: 12366318.
HSL color Cylindrical-coordinate representation of color #EEB1BC: hue angle of 349.18º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1BC is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 188 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.07 |
| HSL | 349.18º | 0.64% | 0.81% | - |
| HSV(B) | 349.18º | 0.26% | 0.93% | - |
| XYZ | 60.06 | 53.25 | 54.69 | - |
| YUV | 196.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 188 | 0 | 0.26 | 0.21 | 0.07 | 349.18 | 0.64 | 0.81 |
| Hex | EE | B1 | BC | 0 | 1A | 15 | 7 | 15D | 40 | 51 |
| Octal | 356 | 261 | 274 | 0 | 32 | 25 | 7 | 535 | 100 | 121 |
| Binary | 11101110 | 10110001 | 10111100 | 0 | 11010 | 10101 | 111 | 101011101 | 1000000 | 1010001 |
Color Harmonies of #EEB1BC
Complementary color
Monochromatic Colors of #EEB1BC
Black with #EEB1BC
Text Example
Text Example
White with #EEB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1BC; }
p { color: rgb(238,177,188); }
H1.HeaderClassName
{
color: #EEB1BC;
}
.AnyTagClassName
{
color: #EEB1BC;
}
</style>
background-color css
<style>
a { background-color: #EEB1BC; }
a { background-color: rgb(238,177,188); }
div.DivClassName
{
background-color: #EEB1BC;
}
.BgClassName
{
background-color: #EEB1BC;
}
</style>
border-color css
<style>
span { border-color: #EEB1BC; }
span { border-color: rgb(238,177,188); }
td.TdClassName
{
border-color: #EEB1BC;
}
.TagClassName
{
border-color: #EEB1BC;
}
</style>