Shades of Cerise #EA335D
Tints of Cerise #EA335D
RGB
CMYK
RGB Variations
Color information
#EA335D (or 0xEA335D) is known color: Cerise. HEX triplet: EA, 33 and 5D. RGB value is (234,51,93). Sum of RGB (Red+Green+Blue) = 234+51+93=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA335D is #15CCA2. Grayscale: #6E6E6E. Windows color (decimal): -1428643 or 6108138. OLE color: 6108138.
HSL color Cylindrical-coordinate representation of color #EA335D: hue angle of 346.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 #EA335D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 93 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.08 |
| HSL | 346.23º | 0.81% | 0.56% | - |
| HSV(B) | 346.23º | 0.78% | 0.92% | - |
| XYZ | 37.09 | 20.65 | 12.39 | - |
| YUV | 110.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 93 | 0 | 0.78 | 0.60 | 0.08 | 346.23 | 0.81 | 0.56 |
| Hex | EA | 33 | 5D | 0 | 4E | 3C | 8 | 15A | 51 | 38 |
| Octal | 352 | 63 | 135 | 0 | 116 | 74 | 10 | 532 | 121 | 70 |
| Binary | 11101010 | 110011 | 1011101 | 0 | 1001110 | 111100 | 1000 | 101011010 | 1010001 | 111000 |
Color Harmonies of #EA335D
Complementary color
Monochromatic Colors of #EA335D
Black with #EA335D
Text Example
Text Example
White with #EA335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA335D; }
p { color: rgb(234,51,93); }
H1.HeaderClassName
{
color: #EA335D;
}
.AnyTagClassName
{
color: #EA335D;
}
</style>
background-color css
<style>
a { background-color: #EA335D; }
a { background-color: rgb(234,51,93); }
div.DivClassName
{
background-color: #EA335D;
}
.BgClassName
{
background-color: #EA335D;
}
</style>
border-color css
<style>
span { border-color: #EA335D; }
span { border-color: rgb(234,51,93); }
td.TdClassName
{
border-color: #EA335D;
}
.TagClassName
{
border-color: #EA335D;
}
</style>