Shades of Cupid #EEADBB
Tints of Cupid #EEADBB
RGB
CMYK
RGB Variations
Color information
#EEADBB (or 0xEEADBB) is known color: Cupid. HEX triplet: EE, AD and BB. RGB value is (238,173,187). Sum of RGB (Red+Green+Blue) = 238+173+187=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADBB is #115244. Grayscale: #C2C2C2. Windows color (decimal): -1135173 or 12299758. OLE color: 12299758.
HSL color Cylindrical-coordinate representation of color #EEADBB: hue angle of 347.08º 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 #EEADBB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 187 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.07 |
| HSL | 347.08º | 0.66% | 0.81% | - |
| HSV(B) | 347.08º | 0.27% | 0.93% | - |
| XYZ | 59.17 | 51.65 | 53.86 | - |
| YUV | 194.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 187 | 0 | 0.27 | 0.21 | 0.07 | 347.08 | 0.66 | 0.81 |
| Hex | EE | AD | BB | 0 | 1B | 15 | 7 | 15B | 42 | 51 |
| Octal | 356 | 255 | 273 | 0 | 33 | 25 | 7 | 533 | 102 | 121 |
| Binary | 11101110 | 10101101 | 10111011 | 0 | 11011 | 10101 | 111 | 101011011 | 1000010 | 1010001 |
Color Harmonies of #EEADBB
Complementary color
Monochromatic Colors of #EEADBB
Black with #EEADBB
Text Example
Text Example
White with #EEADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADBB; }
p { color: rgb(238,173,187); }
H1.HeaderClassName
{
color: #EEADBB;
}
.AnyTagClassName
{
color: #EEADBB;
}
</style>
background-color css
<style>
a { background-color: #EEADBB; }
a { background-color: rgb(238,173,187); }
div.DivClassName
{
background-color: #EEADBB;
}
.BgClassName
{
background-color: #EEADBB;
}
</style>
border-color css
<style>
span { border-color: #EEADBB; }
span { border-color: rgb(238,173,187); }
td.TdClassName
{
border-color: #EEADBB;
}
.TagClassName
{
border-color: #EEADBB;
}
</style>