Shades of Cupid #EAACC2
Tints of Cupid #EAACC2
RGB
CMYK
RGB Variations
Color information
#EAACC2 (or 0xEAACC2) is known color: Cupid. HEX triplet: EA, AC and C2. RGB value is (234,172,194). Sum of RGB (Red+Green+Blue) = 234+172+194=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC2 is #15533D. Grayscale: #C1C1C1. Windows color (decimal): -1397566 or 12758250. OLE color: 12758250.
HSL color Cylindrical-coordinate representation of color #EAACC2: hue angle of 338.71º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACC2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 194 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.08 |
| HSL | 338.71º | 0.6% | 0.8% | - |
| HSV(B) | 338.71º | 0.26% | 0.92% | - |
| XYZ | 58.42 | 50.89 | 57.78 | - |
| YUV | 193.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 194 | 0 | 0.26 | 0.17 | 0.08 | 338.71 | 0.6 | 0.8 |
| Hex | EA | AC | C2 | 0 | 1A | 11 | 8 | 153 | 3C | 50 |
| Octal | 352 | 254 | 302 | 0 | 32 | 21 | 10 | 523 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11000010 | 0 | 11010 | 10001 | 1000 | 101010011 | 111100 | 1010000 |
Color Harmonies of #EAACC2
Complementary color
Monochromatic Colors of #EAACC2
Black with #EAACC2
Text Example
Text Example
White with #EAACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACC2; }
p { color: rgb(234,172,194); }
H1.HeaderClassName
{
color: #EAACC2;
}
.AnyTagClassName
{
color: #EAACC2;
}
</style>
background-color css
<style>
a { background-color: #EAACC2; }
a { background-color: rgb(234,172,194); }
div.DivClassName
{
background-color: #EAACC2;
}
.BgClassName
{
background-color: #EAACC2;
}
</style>
border-color css
<style>
span { border-color: #EAACC2; }
span { border-color: rgb(234,172,194); }
td.TdClassName
{
border-color: #EAACC2;
}
.TagClassName
{
border-color: #EAACC2;
}
</style>