Shades of Cupid #EEADC0
Tints of Cupid #EEADC0
RGB
CMYK
RGB Variations
Color information
#EEADC0 (or 0xEEADC0) is known color: Cupid. HEX triplet: EE, AD and C0. RGB value is (238,173,192). Sum of RGB (Red+Green+Blue) = 238+173+192=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADC0 is #11523F. Grayscale: #C2C2C2. Windows color (decimal): -1135168 or 12627438. OLE color: 12627438.
HSL color Cylindrical-coordinate representation of color #EEADC0: hue angle of 342.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADC0 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 192 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.07 |
| HSL | 342.46º | 0.66% | 0.81% | - |
| HSV(B) | 342.46º | 0.27% | 0.93% | - |
| XYZ | 59.72 | 51.87 | 56.73 | - |
| YUV | 194.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 192 | 0 | 0.27 | 0.19 | 0.07 | 342.46 | 0.66 | 0.81 |
| Hex | EE | AD | C0 | 0 | 1B | 13 | 7 | 156 | 42 | 51 |
| Octal | 356 | 255 | 300 | 0 | 33 | 23 | 7 | 526 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11000000 | 0 | 11011 | 10011 | 111 | 101010110 | 1000010 | 1010001 |
Color Harmonies of #EEADC0
Complementary color
Monochromatic Colors of #EEADC0
Black with #EEADC0
Text Example
Text Example
White with #EEADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADC0; }
p { color: rgb(238,173,192); }
H1.HeaderClassName
{
color: #EEADC0;
}
.AnyTagClassName
{
color: #EEADC0;
}
</style>
background-color css
<style>
a { background-color: #EEADC0; }
a { background-color: rgb(238,173,192); }
div.DivClassName
{
background-color: #EEADC0;
}
.BgClassName
{
background-color: #EEADC0;
}
</style>
border-color css
<style>
span { border-color: #EEADC0; }
span { border-color: rgb(238,173,192); }
td.TdClassName
{
border-color: #EEADC0;
}
.TagClassName
{
border-color: #EEADC0;
}
</style>