Shades of Cupid #EEB0BD
Tints of Cupid #EEB0BD
RGB
CMYK
RGB Variations
Color information
#EEB0BD (or 0xEEB0BD) is known color: Cupid. HEX triplet: EE, B0 and BD. RGB value is (238,176,189). Sum of RGB (Red+Green+Blue) = 238+176+189=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0BD is #114F42. Grayscale: #C4C4C4. Windows color (decimal): -1134403 or 12431598. OLE color: 12431598.
HSL color Cylindrical-coordinate representation of color #EEB0BD: hue angle of 347.42º degrees, saturation: 0.65, 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 #EEB0BD is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 189 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.07 |
| HSL | 347.42º | 0.65% | 0.81% | - |
| HSV(B) | 347.42º | 0.26% | 0.93% | - |
| XYZ | 59.97 | 52.9 | 55.19 | - |
| YUV | 196.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 189 | 0 | 0.26 | 0.21 | 0.07 | 347.42 | 0.65 | 0.81 |
| Hex | EE | B0 | BD | 0 | 1A | 15 | 7 | 15B | 41 | 51 |
| Octal | 356 | 260 | 275 | 0 | 32 | 25 | 7 | 533 | 101 | 121 |
| Binary | 11101110 | 10110000 | 10111101 | 0 | 11010 | 10101 | 111 | 101011011 | 1000001 | 1010001 |
Color Harmonies of #EEB0BD
Complementary color
Monochromatic Colors of #EEB0BD
Black with #EEB0BD
Text Example
Text Example
White with #EEB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0BD; }
p { color: rgb(238,176,189); }
H1.HeaderClassName
{
color: #EEB0BD;
}
.AnyTagClassName
{
color: #EEB0BD;
}
</style>
background-color css
<style>
a { background-color: #EEB0BD; }
a { background-color: rgb(238,176,189); }
div.DivClassName
{
background-color: #EEB0BD;
}
.BgClassName
{
background-color: #EEB0BD;
}
</style>
border-color css
<style>
span { border-color: #EEB0BD; }
span { border-color: rgb(238,176,189); }
td.TdClassName
{
border-color: #EEB0BD;
}
.TagClassName
{
border-color: #EEB0BD;
}
</style>