Shades of Cerise #EA2C71
Tints of Cerise #EA2C71
RGB
CMYK
RGB Variations
Color information
#EA2C71 (or 0xEA2C71) is known color: Cerise. HEX triplet: EA, 2C and 71. RGB value is (234,44,113). Sum of RGB (Red+Green+Blue) = 234+44+113=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C71 is #15D38E. Grayscale: #6C6C6C. Windows color (decimal): -1430415 or 7417066. OLE color: 7417066.
HSL color Cylindrical-coordinate representation of color #EA2C71: hue angle of 338.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C71 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 113 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.08 |
| HSL | 338.21º | 0.82% | 0.55% | - |
| HSV(B) | 338.21º | 0.81% | 0.92% | - |
| XYZ | 37.81 | 20.49 | 17.58 | - |
| YUV | 108.68 | 130.45 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 113 | 0 | 0.81 | 0.52 | 0.08 | 338.21 | 0.82 | 0.55 |
| Hex | EA | 2C | 71 | 0 | 51 | 34 | 8 | 152 | 52 | 37 |
| Octal | 352 | 54 | 161 | 0 | 121 | 64 | 10 | 522 | 122 | 67 |
| Binary | 11101010 | 101100 | 1110001 | 0 | 1010001 | 110100 | 1000 | 101010010 | 1010010 | 110111 |
Color Harmonies of #EA2C71
Complementary color
Monochromatic Colors of #EA2C71
Black with #EA2C71
Text Example
Text Example
White with #EA2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C71; }
p { color: rgb(234,44,113); }
H1.HeaderClassName
{
color: #EA2C71;
}
.AnyTagClassName
{
color: #EA2C71;
}
</style>
background-color css
<style>
a { background-color: #EA2C71; }
a { background-color: rgb(234,44,113); }
div.DivClassName
{
background-color: #EA2C71;
}
.BgClassName
{
background-color: #EA2C71;
}
</style>
border-color css
<style>
span { border-color: #EA2C71; }
span { border-color: rgb(234,44,113); }
td.TdClassName
{
border-color: #EA2C71;
}
.TagClassName
{
border-color: #EA2C71;
}
</style>