Shades of Cupid #EEB2BE
Tints of Cupid #EEB2BE
RGB
CMYK
RGB Variations
Color information
#EEB2BE (or 0xEEB2BE) is known color: Cupid. HEX triplet: EE, B2 and BE. RGB value is (238,178,190). Sum of RGB (Red+Green+Blue) = 238+178+190=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BE is #114D41. Grayscale: #C5C5C5. Windows color (decimal): -1133890 or 12497646. OLE color: 12497646.
HSL color Cylindrical-coordinate representation of color #EEB2BE: hue angle of 348º 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 #EEB2BE is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 190 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.07 |
| HSL | 348º | 0.64% | 0.82% | - |
| HSV(B) | 348º | 0.25% | 0.93% | - |
| XYZ | 60.47 | 53.74 | 55.9 | - |
| YUV | 197.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 190 | 0 | 0.25 | 0.20 | 0.07 | 348 | 0.64 | 0.82 |
| Hex | EE | B2 | BE | 0 | 19 | 14 | 7 | 15C | 40 | 52 |
| Octal | 356 | 262 | 276 | 0 | 31 | 24 | 7 | 534 | 100 | 122 |
| Binary | 11101110 | 10110010 | 10111110 | 0 | 11001 | 10100 | 111 | 101011100 | 1000000 | 1010010 |
Color Harmonies of #EEB2BE
Complementary color
Monochromatic Colors of #EEB2BE
Black with #EEB2BE
Text Example
Text Example
White with #EEB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2BE; }
p { color: rgb(238,178,190); }
H1.HeaderClassName
{
color: #EEB2BE;
}
.AnyTagClassName
{
color: #EEB2BE;
}
</style>
background-color css
<style>
a { background-color: #EEB2BE; }
a { background-color: rgb(238,178,190); }
div.DivClassName
{
background-color: #EEB2BE;
}
.BgClassName
{
background-color: #EEB2BE;
}
</style>
border-color css
<style>
span { border-color: #EEB2BE; }
span { border-color: rgb(238,178,190); }
td.TdClassName
{
border-color: #EEB2BE;
}
.TagClassName
{
border-color: #EEB2BE;
}
</style>