Shades of Cupid #EEAEC1
Tints of Cupid #EEAEC1
RGB
CMYK
RGB Variations
Color information
#EEAEC1 (or 0xEEAEC1) is known color: Cupid. HEX triplet: EE, AE and C1. RGB value is (238,174,193). Sum of RGB (Red+Green+Blue) = 238+174+193=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEC1 is #11513E. Grayscale: #C3C3C3. Windows color (decimal): -1134911 or 12693230. OLE color: 12693230.
HSL color Cylindrical-coordinate representation of color #EEAEC1: hue angle of 342.19º degrees, saturation: 0.65, 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 #EEAEC1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 193 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.07 |
| HSL | 342.19º | 0.65% | 0.81% | - |
| HSV(B) | 342.19º | 0.27% | 0.93% | - |
| XYZ | 60.02 | 52.3 | 57.38 | - |
| YUV | 195.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 193 | 0 | 0.27 | 0.19 | 0.07 | 342.19 | 0.65 | 0.81 |
| Hex | EE | AE | C1 | 0 | 1B | 13 | 7 | 156 | 41 | 51 |
| Octal | 356 | 256 | 301 | 0 | 33 | 23 | 7 | 526 | 101 | 121 |
| Binary | 11101110 | 10101110 | 11000001 | 0 | 11011 | 10011 | 111 | 101010110 | 1000001 | 1010001 |
Color Harmonies of #EEAEC1
Complementary color
Monochromatic Colors of #EEAEC1
Black with #EEAEC1
Text Example
Text Example
White with #EEAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEC1; }
p { color: rgb(238,174,193); }
H1.HeaderClassName
{
color: #EEAEC1;
}
.AnyTagClassName
{
color: #EEAEC1;
}
</style>
background-color css
<style>
a { background-color: #EEAEC1; }
a { background-color: rgb(238,174,193); }
div.DivClassName
{
background-color: #EEAEC1;
}
.BgClassName
{
background-color: #EEAEC1;
}
</style>
border-color css
<style>
span { border-color: #EEAEC1; }
span { border-color: rgb(238,174,193); }
td.TdClassName
{
border-color: #EEAEC1;
}
.TagClassName
{
border-color: #EEAEC1;
}
</style>