Shades of Cerise #EA396D
Tints of Cerise #EA396D
RGB
CMYK
RGB Variations
Color information
#EA396D (or 0xEA396D) is known color: Cerise. HEX triplet: EA, 39 and 6D. RGB value is (234,57,109). Sum of RGB (Red+Green+Blue) = 234+57+109=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA396D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA396D is #15C692. Grayscale: #737373. Windows color (decimal): -1427091 or 7158250. OLE color: 7158250.
HSL color Cylindrical-coordinate representation of color #EA396D: hue angle of 342.37º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA396D is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 109 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.08 |
| HSL | 342.37º | 0.81% | 0.57% | - |
| HSV(B) | 342.37º | 0.76% | 0.92% | - |
| XYZ | 38.16 | 21.52 | 16.61 | - |
| YUV | 115.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 109 | 0 | 0.76 | 0.53 | 0.08 | 342.37 | 0.81 | 0.57 |
| Hex | EA | 39 | 6D | 0 | 4C | 35 | 8 | 156 | 51 | 39 |
| Octal | 352 | 71 | 155 | 0 | 114 | 65 | 10 | 526 | 121 | 71 |
| Binary | 11101010 | 111001 | 1101101 | 0 | 1001100 | 110101 | 1000 | 101010110 | 1010001 | 111001 |
Color Harmonies of #EA396D
Complementary color
Monochromatic Colors of #EA396D
Black with #EA396D
Text Example
Text Example
White with #EA396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA396D; }
p { color: rgb(234,57,109); }
H1.HeaderClassName
{
color: #EA396D;
}
.AnyTagClassName
{
color: #EA396D;
}
</style>
background-color css
<style>
a { background-color: #EA396D; }
a { background-color: rgb(234,57,109); }
div.DivClassName
{
background-color: #EA396D;
}
.BgClassName
{
background-color: #EA396D;
}
</style>
border-color css
<style>
span { border-color: #EA396D; }
span { border-color: rgb(234,57,109); }
td.TdClassName
{
border-color: #EA396D;
}
.TagClassName
{
border-color: #EA396D;
}
</style>