Shades of Cerise #EA3260
Tints of Cerise #EA3260
RGB
CMYK
RGB Variations
Color information
#EA3260 (or 0xEA3260) is known color: Cerise. HEX triplet: EA, 32 and 60. RGB value is (234,50,96). Sum of RGB (Red+Green+Blue) = 234+50+96=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3260 is #15CD9F. Grayscale: #6E6E6E. Windows color (decimal): -1428896 or 6304490. OLE color: 6304490.
HSL color Cylindrical-coordinate representation of color #EA3260: hue angle of 345º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3260 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 96 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.08 |
| HSL | 345º | 0.81% | 0.56% | - |
| HSV(B) | 345º | 0.79% | 0.92% | - |
| XYZ | 37.18 | 20.62 | 13.09 | - |
| YUV | 110.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 96 | 0 | 0.79 | 0.59 | 0.08 | 345 | 0.81 | 0.56 |
| Hex | EA | 32 | 60 | 0 | 4F | 3B | 8 | 159 | 51 | 38 |
| Octal | 352 | 62 | 140 | 0 | 117 | 73 | 10 | 531 | 121 | 70 |
| Binary | 11101010 | 110010 | 1100000 | 0 | 1001111 | 111011 | 1000 | 101011001 | 1010001 | 111000 |
Color Harmonies of #EA3260
Complementary color
Monochromatic Colors of #EA3260
Black with #EA3260
Text Example
Text Example
White with #EA3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3260; }
p { color: rgb(234,50,96); }
H1.HeaderClassName
{
color: #EA3260;
}
.AnyTagClassName
{
color: #EA3260;
}
</style>
background-color css
<style>
a { background-color: #EA3260; }
a { background-color: rgb(234,50,96); }
div.DivClassName
{
background-color: #EA3260;
}
.BgClassName
{
background-color: #EA3260;
}
</style>
border-color css
<style>
span { border-color: #EA3260; }
span { border-color: rgb(234,50,96); }
td.TdClassName
{
border-color: #EA3260;
}
.TagClassName
{
border-color: #EA3260;
}
</style>