Shades of Cerise #EA335F
Tints of Cerise #EA335F
RGB
CMYK
RGB Variations
Color information
#EA335F (or 0xEA335F) is known color: Cerise. HEX triplet: EA, 33 and 5F. RGB value is (234,51,95). Sum of RGB (Red+Green+Blue) = 234+51+95=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA335F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA335F is #15CCA0. Grayscale: #6E6E6E. Windows color (decimal): -1428641 or 6239210. OLE color: 6239210.
HSL color Cylindrical-coordinate representation of color #EA335F: hue angle of 345.57º 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 #EA335F is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 95 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.08 |
| HSL | 345.57º | 0.81% | 0.56% | - |
| HSV(B) | 345.57º | 0.78% | 0.92% | - |
| XYZ | 37.18 | 20.69 | 12.86 | - |
| YUV | 110.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 95 | 0 | 0.78 | 0.59 | 0.08 | 345.57 | 0.81 | 0.56 |
| Hex | EA | 33 | 5F | 0 | 4E | 3B | 8 | 15A | 51 | 38 |
| Octal | 352 | 63 | 137 | 0 | 116 | 73 | 10 | 532 | 121 | 70 |
| Binary | 11101010 | 110011 | 1011111 | 0 | 1001110 | 111011 | 1000 | 101011010 | 1010001 | 111000 |
Color Harmonies of #EA335F
Complementary color
Monochromatic Colors of #EA335F
Black with #EA335F
Text Example
Text Example
White with #EA335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA335F; }
p { color: rgb(234,51,95); }
H1.HeaderClassName
{
color: #EA335F;
}
.AnyTagClassName
{
color: #EA335F;
}
</style>
background-color css
<style>
a { background-color: #EA335F; }
a { background-color: rgb(234,51,95); }
div.DivClassName
{
background-color: #EA335F;
}
.BgClassName
{
background-color: #EA335F;
}
</style>
border-color css
<style>
span { border-color: #EA335F; }
span { border-color: rgb(234,51,95); }
td.TdClassName
{
border-color: #EA335F;
}
.TagClassName
{
border-color: #EA335F;
}
</style>