Shades of Cupid #EEACB9
Tints of Cupid #EEACB9
RGB
CMYK
RGB Variations
Color information
#EEACB9 (or 0xEEACB9) is known color: Cupid. HEX triplet: EE, AC and B9. RGB value is (238,172,185). Sum of RGB (Red+Green+Blue) = 238+172+185=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACB9 is #115346. Grayscale: #C1C1C1. Windows color (decimal): -1135431 or 12168430. OLE color: 12168430.
HSL color Cylindrical-coordinate representation of color #EEACB9: hue angle of 348.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACB9 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 185 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.07 |
| HSL | 348.18º | 0.66% | 0.8% | - |
| HSV(B) | 348.18º | 0.28% | 0.93% | - |
| XYZ | 58.77 | 51.18 | 52.68 | - |
| YUV | 193.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 185 | 0 | 0.28 | 0.22 | 0.07 | 348.18 | 0.66 | 0.8 |
| Hex | EE | AC | B9 | 0 | 1C | 16 | 7 | 15C | 42 | 50 |
| Octal | 356 | 254 | 271 | 0 | 34 | 26 | 7 | 534 | 102 | 120 |
| Binary | 11101110 | 10101100 | 10111001 | 0 | 11100 | 10110 | 111 | 101011100 | 1000010 | 1010000 |
Color Harmonies of #EEACB9
Complementary color
Monochromatic Colors of #EEACB9
Black with #EEACB9
Text Example
Text Example
White with #EEACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACB9; }
p { color: rgb(238,172,185); }
H1.HeaderClassName
{
color: #EEACB9;
}
.AnyTagClassName
{
color: #EEACB9;
}
</style>
background-color css
<style>
a { background-color: #EEACB9; }
a { background-color: rgb(238,172,185); }
div.DivClassName
{
background-color: #EEACB9;
}
.BgClassName
{
background-color: #EEACB9;
}
</style>
border-color css
<style>
span { border-color: #EEACB9; }
span { border-color: rgb(238,172,185); }
td.TdClassName
{
border-color: #EEACB9;
}
.TagClassName
{
border-color: #EEACB9;
}
</style>