Shades of Cupid #EEACC3
Tints of Cupid #EEACC3
RGB
CMYK
RGB Variations
Color information
#EEACC3 (or 0xEEACC3) is known color: Cupid. HEX triplet: EE, AC and C3. RGB value is (238,172,195). Sum of RGB (Red+Green+Blue) = 238+172+195=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACC3 is #11533C. Grayscale: #C2C2C2. Windows color (decimal): -1135421 or 12823790. OLE color: 12823790.
HSL color Cylindrical-coordinate representation of color #EEACC3: hue angle of 339.09º 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 #EEACC3 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 195 | - |
CMYK | 0 | 0.28 | 0.18 | 0.07 |
HSL | 339.09º | 0.66% | 0.8% | - |
HSV(B) | 339.09º | 0.28% | 0.93% | - |
XYZ | 59.86 | 51.62 | 58.44 | - |
YUV | 194.36 | 128.37 | 159.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 195 | 0 | 0.28 | 0.18 | 0.07 | 339.09 | 0.66 | 0.8 |
Hex | EE | AC | C3 | 0 | 1C | 12 | 7 | 153 | 42 | 50 |
Octal | 356 | 254 | 303 | 0 | 34 | 22 | 7 | 523 | 102 | 120 |
Binary | 11101110 | 10101100 | 11000011 | 0 | 11100 | 10010 | 111 | 101010011 | 1000010 | 1010000 |
Color Harmonies of #EEACC3
Complementary color
Monochromatic Colors of #EEACC3
Black with #EEACC3
Text Example
Text Example
White with #EEACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACC3; }
p { color: rgb(238,172,195); }
H1.HeaderClassName
{
color: #EEACC3;
}
.AnyTagClassName
{
color: #EEACC3;
}
</style>
background-color css
<style>
a { background-color: #EEACC3; }
a { background-color: rgb(238,172,195); }
div.DivClassName
{
background-color: #EEACC3;
}
.BgClassName
{
background-color: #EEACC3;
}
</style>
border-color css
<style>
span { border-color: #EEACC3; }
span { border-color: rgb(238,172,195); }
td.TdClassName
{
border-color: #EEACC3;
}
.TagClassName
{
border-color: #EEACC3;
}
</style>