Shades of Cupid #EEAFC1
Tints of Cupid #EEAFC1
RGB
CMYK
RGB Variations
Color information
#EEAFC1 (or 0xEEAFC1) is known color: Cupid. HEX triplet: EE, AF and C1. RGB value is (238,175,193). Sum of RGB (Red+Green+Blue) = 238+175+193=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFC1 is #11503E. Grayscale: #C3C3C3. Windows color (decimal): -1134655 or 12693486. OLE color: 12693486.
HSL color Cylindrical-coordinate representation of color #EEAFC1: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFC1 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 193 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.07 |
| HSL | 342.86º | 0.65% | 0.81% | - |
| HSV(B) | 342.86º | 0.26% | 0.93% | - |
| XYZ | 60.22 | 52.69 | 57.45 | - |
| YUV | 195.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 193 | 0 | 0.26 | 0.19 | 0.07 | 342.86 | 0.65 | 0.81 |
| Hex | EE | AF | C1 | 0 | 1A | 13 | 7 | 157 | 41 | 51 |
| Octal | 356 | 257 | 301 | 0 | 32 | 23 | 7 | 527 | 101 | 121 |
| Binary | 11101110 | 10101111 | 11000001 | 0 | 11010 | 10011 | 111 | 101010111 | 1000001 | 1010001 |
Color Harmonies of #EEAFC1
Complementary color
Monochromatic Colors of #EEAFC1
Black with #EEAFC1
Text Example
Text Example
White with #EEAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFC1; }
p { color: rgb(238,175,193); }
H1.HeaderClassName
{
color: #EEAFC1;
}
.AnyTagClassName
{
color: #EEAFC1;
}
</style>
background-color css
<style>
a { background-color: #EEAFC1; }
a { background-color: rgb(238,175,193); }
div.DivClassName
{
background-color: #EEAFC1;
}
.BgClassName
{
background-color: #EEAFC1;
}
</style>
border-color css
<style>
span { border-color: #EEAFC1; }
span { border-color: rgb(238,175,193); }
td.TdClassName
{
border-color: #EEAFC1;
}
.TagClassName
{
border-color: #EEAFC1;
}
</style>