Shades of Cupid #EAACC1
Tints of Cupid #EAACC1
RGB
CMYK
RGB Variations
Color information
#EAACC1 (or 0xEAACC1) is known color: Cupid. HEX triplet: EA, AC and C1. RGB value is (234,172,193). Sum of RGB (Red+Green+Blue) = 234+172+193=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC1 is #15533E. Grayscale: #C0C0C0. Windows color (decimal): -1397567 or 12692714. OLE color: 12692714.
HSL color Cylindrical-coordinate representation of color #EAACC1: hue angle of 339.68º 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 #EAACC1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 193 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.08 |
| HSL | 339.68º | 0.6% | 0.8% | - |
| HSV(B) | 339.68º | 0.26% | 0.92% | - |
| XYZ | 58.31 | 50.85 | 57.19 | - |
| YUV | 192.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 193 | 0 | 0.26 | 0.18 | 0.08 | 339.68 | 0.6 | 0.8 |
| Hex | EA | AC | C1 | 0 | 1A | 12 | 8 | 154 | 3C | 50 |
| Octal | 352 | 254 | 301 | 0 | 32 | 22 | 10 | 524 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11000001 | 0 | 11010 | 10010 | 1000 | 101010100 | 111100 | 1010000 |
Color Harmonies of #EAACC1
Complementary color
Monochromatic Colors of #EAACC1
Black with #EAACC1
Text Example
Text Example
White with #EAACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACC1; }
p { color: rgb(234,172,193); }
H1.HeaderClassName
{
color: #EAACC1;
}
.AnyTagClassName
{
color: #EAACC1;
}
</style>
background-color css
<style>
a { background-color: #EAACC1; }
a { background-color: rgb(234,172,193); }
div.DivClassName
{
background-color: #EAACC1;
}
.BgClassName
{
background-color: #EAACC1;
}
</style>
border-color css
<style>
span { border-color: #EAACC1; }
span { border-color: rgb(234,172,193); }
td.TdClassName
{
border-color: #EAACC1;
}
.TagClassName
{
border-color: #EAACC1;
}
</style>