Shades of Cupid #EEA7BE
Tints of Cupid #EEA7BE
RGB
CMYK
RGB Variations
Color information
#EEA7BE (or 0xEEA7BE) is known color: Cupid. HEX triplet: EE, A7 and BE. RGB value is (238,167,190). Sum of RGB (Red+Green+Blue) = 238+167+190=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7BE is #115841. Grayscale: #BEBEBE. Windows color (decimal): -1136706 or 12494830. OLE color: 12494830.
HSL color Cylindrical-coordinate representation of color #EEA7BE: hue angle of 340.56º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7BE is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 190 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.07 |
| HSL | 340.56º | 0.68% | 0.79% | - |
| HSV(B) | 340.56º | 0.3% | 0.93% | - |
| XYZ | 58.37 | 49.53 | 55.2 | - |
| YUV | 190.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 190 | 0 | 0.30 | 0.20 | 0.07 | 340.56 | 0.68 | 0.79 |
| Hex | EE | A7 | BE | 0 | 1E | 14 | 7 | 155 | 44 | 4F |
| Octal | 356 | 247 | 276 | 0 | 36 | 24 | 7 | 525 | 104 | 117 |
| Binary | 11101110 | 10100111 | 10111110 | 0 | 11110 | 10100 | 111 | 101010101 | 1000100 | 1001111 |
Color Harmonies of #EEA7BE
Complementary color
Monochromatic Colors of #EEA7BE
Black with #EEA7BE
Text Example
Text Example
White with #EEA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7BE; }
p { color: rgb(238,167,190); }
H1.HeaderClassName
{
color: #EEA7BE;
}
.AnyTagClassName
{
color: #EEA7BE;
}
</style>
background-color css
<style>
a { background-color: #EEA7BE; }
a { background-color: rgb(238,167,190); }
div.DivClassName
{
background-color: #EEA7BE;
}
.BgClassName
{
background-color: #EEA7BE;
}
</style>
border-color css
<style>
span { border-color: #EEA7BE; }
span { border-color: rgb(238,167,190); }
td.TdClassName
{
border-color: #EEA7BE;
}
.TagClassName
{
border-color: #EEA7BE;
}
</style>