Shades of Cerise #EA3574
Tints of Cerise #EA3574
RGB
CMYK
RGB Variations
Color information
#EA3574 (or 0xEA3574) is known color: Cerise. HEX triplet: EA, 35 and 74. RGB value is (234,53,116). Sum of RGB (Red+Green+Blue) = 234+53+116=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3574 is #15CA8B. Grayscale: #727272. Windows color (decimal): -1428108 or 7615978. OLE color: 7615978.
HSL color Cylindrical-coordinate representation of color #EA3574: hue angle of 339.12º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3574 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 116 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.08 |
| HSL | 339.12º | 0.81% | 0.56% | - |
| HSV(B) | 339.12º | 0.77% | 0.92% | - |
| XYZ | 38.36 | 21.3 | 18.61 | - |
| YUV | 114.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 116 | 0 | 0.77 | 0.50 | 0.08 | 339.12 | 0.81 | 0.56 |
| Hex | EA | 35 | 74 | 0 | 4D | 32 | 8 | 153 | 51 | 38 |
| Octal | 352 | 65 | 164 | 0 | 115 | 62 | 10 | 523 | 121 | 70 |
| Binary | 11101010 | 110101 | 1110100 | 0 | 1001101 | 110010 | 1000 | 101010011 | 1010001 | 111000 |
Color Harmonies of #EA3574
Complementary color
Monochromatic Colors of #EA3574
Black with #EA3574
Text Example
Text Example
White with #EA3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3574; }
p { color: rgb(234,53,116); }
H1.HeaderClassName
{
color: #EA3574;
}
.AnyTagClassName
{
color: #EA3574;
}
</style>
background-color css
<style>
a { background-color: #EA3574; }
a { background-color: rgb(234,53,116); }
div.DivClassName
{
background-color: #EA3574;
}
.BgClassName
{
background-color: #EA3574;
}
</style>
border-color css
<style>
span { border-color: #EA3574; }
span { border-color: rgb(234,53,116); }
td.TdClassName
{
border-color: #EA3574;
}
.TagClassName
{
border-color: #EA3574;
}
</style>