Shades of Cupid #EEACC2
Tints of Cupid #EEACC2
RGB
CMYK
RGB Variations
Color information
#EEACC2 (or 0xEEACC2) is known color: Cupid. HEX triplet: EE, AC and C2. RGB value is (238,172,194). Sum of RGB (Red+Green+Blue) = 238+172+194=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACC2 is #11533D. Grayscale: #C2C2C2. Windows color (decimal): -1135422 or 12758254. OLE color: 12758254.
HSL color Cylindrical-coordinate representation of color #EEACC2: hue angle of 340º 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 #EEACC2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 194 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.07 |
| HSL | 340º | 0.66% | 0.8% | - |
| HSV(B) | 340º | 0.28% | 0.93% | - |
| XYZ | 59.75 | 51.58 | 57.85 | - |
| YUV | 194.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 194 | 0 | 0.28 | 0.18 | 0.07 | 340 | 0.66 | 0.8 |
| Hex | EE | AC | C2 | 0 | 1C | 12 | 7 | 154 | 42 | 50 |
| Octal | 356 | 254 | 302 | 0 | 34 | 22 | 7 | 524 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11000010 | 0 | 11100 | 10010 | 111 | 101010100 | 1000010 | 1010000 |
Color Harmonies of #EEACC2
Complementary color
Monochromatic Colors of #EEACC2
Black with #EEACC2
Text Example
Text Example
White with #EEACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACC2; }
p { color: rgb(238,172,194); }
H1.HeaderClassName
{
color: #EEACC2;
}
.AnyTagClassName
{
color: #EEACC2;
}
</style>
background-color css
<style>
a { background-color: #EEACC2; }
a { background-color: rgb(238,172,194); }
div.DivClassName
{
background-color: #EEACC2;
}
.BgClassName
{
background-color: #EEACC2;
}
</style>
border-color css
<style>
span { border-color: #EEACC2; }
span { border-color: rgb(238,172,194); }
td.TdClassName
{
border-color: #EEACC2;
}
.TagClassName
{
border-color: #EEACC2;
}
</style>