Shades of Cupid #EEAEC2
Tints of Cupid #EEAEC2
RGB
CMYK
RGB Variations
Color information
#EEAEC2 (or 0xEEAEC2) is known color: Cupid. HEX triplet: EE, AE and C2. RGB value is (238,174,194). Sum of RGB (Red+Green+Blue) = 238+174+194=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEC2 is #11513D. Grayscale: #C3C3C3. Windows color (decimal): -1134910 or 12758766. OLE color: 12758766.
HSL color Cylindrical-coordinate representation of color #EEAEC2: hue angle of 341.25º 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 #EEAEC2 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 174 | 194 | - |
CMYK | 0 | 0.27 | 0.18 | 0.07 |
HSL | 341.25º | 0.65% | 0.81% | - |
HSV(B) | 341.25º | 0.27% | 0.93% | - |
XYZ | 60.13 | 52.34 | 57.97 | - |
YUV | 195.42 | 127.2 | 158.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 174 | 194 | 0 | 0.27 | 0.18 | 0.07 | 341.25 | 0.65 | 0.81 |
Hex | EE | AE | C2 | 0 | 1B | 12 | 7 | 155 | 41 | 51 |
Octal | 356 | 256 | 302 | 0 | 33 | 22 | 7 | 525 | 101 | 121 |
Binary | 11101110 | 10101110 | 11000010 | 0 | 11011 | 10010 | 111 | 101010101 | 1000001 | 1010001 |
Color Harmonies of #EEAEC2
Complementary color
Monochromatic Colors of #EEAEC2
Black with #EEAEC2
Text Example
Text Example
White with #EEAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEC2; }
p { color: rgb(238,174,194); }
H1.HeaderClassName
{
color: #EEAEC2;
}
.AnyTagClassName
{
color: #EEAEC2;
}
</style>
background-color css
<style>
a { background-color: #EEAEC2; }
a { background-color: rgb(238,174,194); }
div.DivClassName
{
background-color: #EEAEC2;
}
.BgClassName
{
background-color: #EEAEC2;
}
</style>
border-color css
<style>
span { border-color: #EEAEC2; }
span { border-color: rgb(238,174,194); }
td.TdClassName
{
border-color: #EEAEC2;
}
.TagClassName
{
border-color: #EEAEC2;
}
</style>