Shades of Cupid #EEA7C0
Tints of Cupid #EEA7C0
RGB
CMYK
RGB Variations
Color information
#EEA7C0 (or 0xEEA7C0) is known color: Cupid. HEX triplet: EE, A7 and C0. RGB value is (238,167,192). Sum of RGB (Red+Green+Blue) = 238+167+192=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7C0 is #11583F. Grayscale: #BFBFBF. Windows color (decimal): -1136704 or 12625902. OLE color: 12625902.
HSL color Cylindrical-coordinate representation of color #EEA7C0: hue angle of 338.87º 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 #EEA7C0 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 192 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.07 |
| HSL | 338.87º | 0.68% | 0.79% | - |
| HSV(B) | 338.87º | 0.3% | 0.93% | - |
| XYZ | 58.59 | 49.62 | 56.36 | - |
| YUV | 191.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 192 | 0 | 0.30 | 0.19 | 0.07 | 338.87 | 0.68 | 0.79 |
| Hex | EE | A7 | C0 | 0 | 1E | 13 | 7 | 153 | 44 | 4F |
| Octal | 356 | 247 | 300 | 0 | 36 | 23 | 7 | 523 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11000000 | 0 | 11110 | 10011 | 111 | 101010011 | 1000100 | 1001111 |
Color Harmonies of #EEA7C0
Complementary color
Monochromatic Colors of #EEA7C0
Black with #EEA7C0
Text Example
Text Example
White with #EEA7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7C0; }
p { color: rgb(238,167,192); }
H1.HeaderClassName
{
color: #EEA7C0;
}
.AnyTagClassName
{
color: #EEA7C0;
}
</style>
background-color css
<style>
a { background-color: #EEA7C0; }
a { background-color: rgb(238,167,192); }
div.DivClassName
{
background-color: #EEA7C0;
}
.BgClassName
{
background-color: #EEA7C0;
}
</style>
border-color css
<style>
span { border-color: #EEA7C0; }
span { border-color: rgb(238,167,192); }
td.TdClassName
{
border-color: #EEA7C0;
}
.TagClassName
{
border-color: #EEA7C0;
}
</style>