Shades of Cerise #EA2C74
Tints of Cerise #EA2C74
RGB
CMYK
RGB Variations
Color information
#EA2C74 (or 0xEA2C74) is known color: Cerise. HEX triplet: EA, 2C and 74. RGB value is (234,44,116). Sum of RGB (Red+Green+Blue) = 234+44+116=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C74 is #15D38B. Grayscale: #6C6C6C. Windows color (decimal): -1430412 or 7613674. OLE color: 7613674.
HSL color Cylindrical-coordinate representation of color #EA2C74: hue angle of 337.26º 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 #EA2C74 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 116 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.08 |
| HSL | 337.26º | 0.82% | 0.55% | - |
| HSV(B) | 337.26º | 0.81% | 0.92% | - |
| XYZ | 37.98 | 20.55 | 18.49 | - |
| YUV | 109.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 116 | 0 | 0.81 | 0.50 | 0.08 | 337.26 | 0.82 | 0.55 |
| Hex | EA | 2C | 74 | 0 | 51 | 32 | 8 | 151 | 52 | 37 |
| Octal | 352 | 54 | 164 | 0 | 121 | 62 | 10 | 521 | 122 | 67 |
| Binary | 11101010 | 101100 | 1110100 | 0 | 1010001 | 110010 | 1000 | 101010001 | 1010010 | 110111 |
Color Harmonies of #EA2C74
Complementary color
Monochromatic Colors of #EA2C74
Black with #EA2C74
Text Example
Text Example
White with #EA2C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C74; }
p { color: rgb(234,44,116); }
H1.HeaderClassName
{
color: #EA2C74;
}
.AnyTagClassName
{
color: #EA2C74;
}
</style>
background-color css
<style>
a { background-color: #EA2C74; }
a { background-color: rgb(234,44,116); }
div.DivClassName
{
background-color: #EA2C74;
}
.BgClassName
{
background-color: #EA2C74;
}
</style>
border-color css
<style>
span { border-color: #EA2C74; }
span { border-color: rgb(234,44,116); }
td.TdClassName
{
border-color: #EA2C74;
}
.TagClassName
{
border-color: #EA2C74;
}
</style>