Shades of Cupid #EEADC1
Tints of Cupid #EEADC1
RGB
CMYK
RGB Variations
Color information
#EEADC1 (or 0xEEADC1) is known color: Cupid. HEX triplet: EE, AD and C1. RGB value is (238,173,193). Sum of RGB (Red+Green+Blue) = 238+173+193=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADC1 is #11523E. Grayscale: #C2C2C2. Windows color (decimal): -1135167 or 12692974. OLE color: 12692974.
HSL color Cylindrical-coordinate representation of color #EEADC1: hue angle of 341.54º 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 #EEADC1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 193 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.07 |
| HSL | 341.54º | 0.66% | 0.81% | - |
| HSV(B) | 341.54º | 0.27% | 0.93% | - |
| XYZ | 59.83 | 51.91 | 57.32 | - |
| YUV | 194.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 193 | 0 | 0.27 | 0.19 | 0.07 | 341.54 | 0.66 | 0.81 |
| Hex | EE | AD | C1 | 0 | 1B | 13 | 7 | 156 | 42 | 51 |
| Octal | 356 | 255 | 301 | 0 | 33 | 23 | 7 | 526 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11000001 | 0 | 11011 | 10011 | 111 | 101010110 | 1000010 | 1010001 |
Color Harmonies of #EEADC1
Complementary color
Monochromatic Colors of #EEADC1
Black with #EEADC1
Text Example
Text Example
White with #EEADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADC1; }
p { color: rgb(238,173,193); }
H1.HeaderClassName
{
color: #EEADC1;
}
.AnyTagClassName
{
color: #EEADC1;
}
</style>
background-color css
<style>
a { background-color: #EEADC1; }
a { background-color: rgb(238,173,193); }
div.DivClassName
{
background-color: #EEADC1;
}
.BgClassName
{
background-color: #EEADC1;
}
</style>
border-color css
<style>
span { border-color: #EEADC1; }
span { border-color: rgb(238,173,193); }
td.TdClassName
{
border-color: #EEADC1;
}
.TagClassName
{
border-color: #EEADC1;
}
</style>