Shades of Cerise #EA3473
Tints of Cerise #EA3473
RGB
CMYK
RGB Variations
Color information
#EA3473 (or 0xEA3473) is known color: Cerise. HEX triplet: EA, 34 and 73. RGB value is (234,52,115). Sum of RGB (Red+Green+Blue) = 234+52+115=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3473 is #15CB8C. Grayscale: #717171. Windows color (decimal): -1428365 or 7550186. OLE color: 7550186.
HSL color Cylindrical-coordinate representation of color #EA3473: hue angle of 339.23º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3473 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 115 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.08 |
| HSL | 339.23º | 0.81% | 0.56% | - |
| HSV(B) | 339.23º | 0.78% | 0.92% | - |
| XYZ | 38.25 | 21.19 | 18.29 | - |
| YUV | 113.6 | 128.8 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 115 | 0 | 0.78 | 0.51 | 0.08 | 339.23 | 0.81 | 0.56 |
| Hex | EA | 34 | 73 | 0 | 4E | 33 | 8 | 153 | 51 | 38 |
| Octal | 352 | 64 | 163 | 0 | 116 | 63 | 10 | 523 | 121 | 70 |
| Binary | 11101010 | 110100 | 1110011 | 0 | 1001110 | 110011 | 1000 | 101010011 | 1010001 | 111000 |
Color Harmonies of #EA3473
Complementary color
Monochromatic Colors of #EA3473
Black with #EA3473
Text Example
Text Example
White with #EA3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3473; }
p { color: rgb(234,52,115); }
H1.HeaderClassName
{
color: #EA3473;
}
.AnyTagClassName
{
color: #EA3473;
}
</style>
background-color css
<style>
a { background-color: #EA3473; }
a { background-color: rgb(234,52,115); }
div.DivClassName
{
background-color: #EA3473;
}
.BgClassName
{
background-color: #EA3473;
}
</style>
border-color css
<style>
span { border-color: #EA3473; }
span { border-color: rgb(234,52,115); }
td.TdClassName
{
border-color: #EA3473;
}
.TagClassName
{
border-color: #EA3473;
}
</style>