Shades of Cerise #EA396E
Tints of Cerise #EA396E
RGB
CMYK
RGB Variations
Color information
#EA396E (or 0xEA396E) is known color: Cerise. HEX triplet: EA, 39 and 6E. RGB value is (234,57,110). Sum of RGB (Red+Green+Blue) = 234+57+110=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA396E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA396E is #15C691. Grayscale: #737373. Windows color (decimal): -1427090 or 7223786. OLE color: 7223786.
HSL color Cylindrical-coordinate representation of color #EA396E: hue angle of 342.03º 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 #EA396E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 110 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.08 |
| HSL | 342.03º | 0.81% | 0.57% | - |
| HSV(B) | 342.03º | 0.76% | 0.92% | - |
| XYZ | 38.21 | 21.54 | 16.9 | - |
| YUV | 115.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 110 | 0 | 0.76 | 0.53 | 0.08 | 342.03 | 0.81 | 0.57 |
| Hex | EA | 39 | 6E | 0 | 4C | 35 | 8 | 156 | 51 | 39 |
| Octal | 352 | 71 | 156 | 0 | 114 | 65 | 10 | 526 | 121 | 71 |
| Binary | 11101010 | 111001 | 1101110 | 0 | 1001100 | 110101 | 1000 | 101010110 | 1010001 | 111001 |
Color Harmonies of #EA396E
Complementary color
Monochromatic Colors of #EA396E
Black with #EA396E
Text Example
Text Example
White with #EA396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA396E; }
p { color: rgb(234,57,110); }
H1.HeaderClassName
{
color: #EA396E;
}
.AnyTagClassName
{
color: #EA396E;
}
</style>
background-color css
<style>
a { background-color: #EA396E; }
a { background-color: rgb(234,57,110); }
div.DivClassName
{
background-color: #EA396E;
}
.BgClassName
{
background-color: #EA396E;
}
</style>
border-color css
<style>
span { border-color: #EA396E; }
span { border-color: rgb(234,57,110); }
td.TdClassName
{
border-color: #EA396E;
}
.TagClassName
{
border-color: #EA396E;
}
</style>