Shades of Cupid #EEB0C7
Tints of Cupid #EEB0C7
RGB
CMYK
RGB Variations
Color information
#EEB0C7 (or 0xEEB0C7) is known color: Cupid. HEX triplet: EE, B0 and C7. RGB value is (238,176,199). Sum of RGB (Red+Green+Blue) = 238+176+199=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0C7 is #114F38. Grayscale: #C5C5C5. Windows color (decimal): -1134393 or 13086958. OLE color: 13086958.
HSL color Cylindrical-coordinate representation of color #EEB0C7: hue angle of 337.74º 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 #EEB0C7 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 199 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.07 |
| HSL | 337.74º | 0.65% | 0.81% | - |
| HSV(B) | 337.74º | 0.26% | 0.93% | - |
| XYZ | 61.09 | 53.35 | 61.11 | - |
| YUV | 197.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 199 | 0 | 0.26 | 0.16 | 0.07 | 337.74 | 0.65 | 0.81 |
| Hex | EE | B0 | C7 | 0 | 1A | 10 | 7 | 152 | 41 | 51 |
| Octal | 356 | 260 | 307 | 0 | 32 | 20 | 7 | 522 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11000111 | 0 | 11010 | 10000 | 111 | 101010010 | 1000001 | 1010001 |
Color Harmonies of #EEB0C7
Complementary color
Monochromatic Colors of #EEB0C7
Black with #EEB0C7
Text Example
Text Example
White with #EEB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0C7; }
p { color: rgb(238,176,199); }
H1.HeaderClassName
{
color: #EEB0C7;
}
.AnyTagClassName
{
color: #EEB0C7;
}
</style>
background-color css
<style>
a { background-color: #EEB0C7; }
a { background-color: rgb(238,176,199); }
div.DivClassName
{
background-color: #EEB0C7;
}
.BgClassName
{
background-color: #EEB0C7;
}
</style>
border-color css
<style>
span { border-color: #EEB0C7; }
span { border-color: rgb(238,176,199); }
td.TdClassName
{
border-color: #EEB0C7;
}
.TagClassName
{
border-color: #EEB0C7;
}
</style>