Shades of Cupid #EEACC4
Tints of Cupid #EEACC4
RGB
CMYK
RGB Variations
Color information
#EEACC4 (or 0xEEACC4) is known color: Cupid. HEX triplet: EE, AC and C4. RGB value is (238,172,196). Sum of RGB (Red+Green+Blue) = 238+172+196=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACC4 is #11533B. Grayscale: #C2C2C2. Windows color (decimal): -1135420 or 12889326. OLE color: 12889326.
HSL color Cylindrical-coordinate representation of color #EEACC4: hue angle of 338.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 #EEACC4 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 196 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.07 |
| HSL | 338.18º | 0.66% | 0.8% | - |
| HSV(B) | 338.18º | 0.28% | 0.93% | - |
| XYZ | 59.98 | 51.67 | 59.04 | - |
| YUV | 194.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 196 | 0 | 0.28 | 0.18 | 0.07 | 338.18 | 0.66 | 0.8 |
| Hex | EE | AC | C4 | 0 | 1C | 12 | 7 | 152 | 42 | 50 |
| Octal | 356 | 254 | 304 | 0 | 34 | 22 | 7 | 522 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11000100 | 0 | 11100 | 10010 | 111 | 101010010 | 1000010 | 1010000 |
Color Harmonies of #EEACC4
Complementary color
Monochromatic Colors of #EEACC4
Black with #EEACC4
Text Example
Text Example
White with #EEACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACC4; }
p { color: rgb(238,172,196); }
H1.HeaderClassName
{
color: #EEACC4;
}
.AnyTagClassName
{
color: #EEACC4;
}
</style>
background-color css
<style>
a { background-color: #EEACC4; }
a { background-color: rgb(238,172,196); }
div.DivClassName
{
background-color: #EEACC4;
}
.BgClassName
{
background-color: #EEACC4;
}
</style>
border-color css
<style>
span { border-color: #EEACC4; }
span { border-color: rgb(238,172,196); }
td.TdClassName
{
border-color: #EEACC4;
}
.TagClassName
{
border-color: #EEACC4;
}
</style>