Shades of Cupid #EEACC0
Tints of Cupid #EEACC0
RGB
CMYK
RGB Variations
Color information
#EEACC0 (or 0xEEACC0) is known color: Cupid. HEX triplet: EE, AC and C0. RGB value is (238,172,192). Sum of RGB (Red+Green+Blue) = 238+172+192=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACC0 is #11533F. Grayscale: #C2C2C2. Windows color (decimal): -1135424 or 12627182. OLE color: 12627182.
HSL color Cylindrical-coordinate representation of color #EEACC0: hue angle of 341.82º 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 #EEACC0 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 192 | - |
CMYK | 0 | 0.28 | 0.19 | 0.07 |
HSL | 341.82º | 0.66% | 0.8% | - |
HSV(B) | 341.82º | 0.28% | 0.93% | - |
XYZ | 59.53 | 51.49 | 56.67 | - |
YUV | 194.01 | 126.87 | 159.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 192 | 0 | 0.28 | 0.19 | 0.07 | 341.82 | 0.66 | 0.8 |
Hex | EE | AC | C0 | 0 | 1C | 13 | 7 | 156 | 42 | 50 |
Octal | 356 | 254 | 300 | 0 | 34 | 23 | 7 | 526 | 102 | 120 |
Binary | 11101110 | 10101100 | 11000000 | 0 | 11100 | 10011 | 111 | 101010110 | 1000010 | 1010000 |
Color Harmonies of #EEACC0
Complementary color
Monochromatic Colors of #EEACC0
Black with #EEACC0
Text Example
Text Example
White with #EEACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACC0; }
p { color: rgb(238,172,192); }
H1.HeaderClassName
{
color: #EEACC0;
}
.AnyTagClassName
{
color: #EEACC0;
}
</style>
background-color css
<style>
a { background-color: #EEACC0; }
a { background-color: rgb(238,172,192); }
div.DivClassName
{
background-color: #EEACC0;
}
.BgClassName
{
background-color: #EEACC0;
}
</style>
border-color css
<style>
span { border-color: #EEACC0; }
span { border-color: rgb(238,172,192); }
td.TdClassName
{
border-color: #EEACC0;
}
.TagClassName
{
border-color: #EEACC0;
}
</style>