Shades of Cerise #EA2360
Tints of Cerise #EA2360
RGB
CMYK
RGB Variations
Color information
#EA2360 (or 0xEA2360) is known color: Cerise. HEX triplet: EA, 23 and 60. RGB value is (234,35,96). Sum of RGB (Red+Green+Blue) = 234+35+96=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2360 is #15DC9F. Grayscale: #656565. Windows color (decimal): -1432736 or 6300650. OLE color: 6300650.
HSL color Cylindrical-coordinate representation of color #EA2360: hue angle of 341.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2360 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 96 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.08 |
| HSL | 341.61º | 0.83% | 0.53% | - |
| HSV(B) | 341.61º | 0.85% | 0.92% | - |
| XYZ | 36.64 | 19.54 | 12.91 | - |
| YUV | 101.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 96 | 0 | 0.85 | 0.59 | 0.08 | 341.61 | 0.83 | 0.53 |
| Hex | EA | 23 | 60 | 0 | 55 | 3B | 8 | 156 | 53 | 35 |
| Octal | 352 | 43 | 140 | 0 | 125 | 73 | 10 | 526 | 123 | 65 |
| Binary | 11101010 | 100011 | 1100000 | 0 | 1010101 | 111011 | 1000 | 101010110 | 1010011 | 110101 |
Color Harmonies of #EA2360
Complementary color
Monochromatic Colors of #EA2360
Black with #EA2360
Text Example
Text Example
White with #EA2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2360; }
p { color: rgb(234,35,96); }
H1.HeaderClassName
{
color: #EA2360;
}
.AnyTagClassName
{
color: #EA2360;
}
</style>
background-color css
<style>
a { background-color: #EA2360; }
a { background-color: rgb(234,35,96); }
div.DivClassName
{
background-color: #EA2360;
}
.BgClassName
{
background-color: #EA2360;
}
</style>
border-color css
<style>
span { border-color: #EA2360; }
span { border-color: rgb(234,35,96); }
td.TdClassName
{
border-color: #EA2360;
}
.TagClassName
{
border-color: #EA2360;
}
</style>