Shades of Cerise #EA395B
Tints of Cerise #EA395B
RGB
CMYK
RGB Variations
Color information
#EA395B (or 0xEA395B) is known color: Cerise. HEX triplet: EA, 39 and 5B. RGB value is (234,57,91). Sum of RGB (Red+Green+Blue) = 234+57+91=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA395B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA395B is #15C6A4. Grayscale: #717171. Windows color (decimal): -1427109 or 5978602. OLE color: 5978602.
HSL color Cylindrical-coordinate representation of color #EA395B: hue angle of 348.47º 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 #EA395B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 91 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.08 |
| HSL | 348.47º | 0.81% | 0.57% | - |
| HSV(B) | 348.47º | 0.76% | 0.92% | - |
| XYZ | 37.28 | 21.17 | 12.02 | - |
| YUV | 113.8 | 115.14 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 91 | 0 | 0.76 | 0.61 | 0.08 | 348.47 | 0.81 | 0.57 |
| Hex | EA | 39 | 5B | 0 | 4C | 3D | 8 | 15C | 51 | 39 |
| Octal | 352 | 71 | 133 | 0 | 114 | 75 | 10 | 534 | 121 | 71 |
| Binary | 11101010 | 111001 | 1011011 | 0 | 1001100 | 111101 | 1000 | 101011100 | 1010001 | 111001 |
Color Harmonies of #EA395B
Complementary color
Monochromatic Colors of #EA395B
Black with #EA395B
Text Example
Text Example
White with #EA395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA395B; }
p { color: rgb(234,57,91); }
H1.HeaderClassName
{
color: #EA395B;
}
.AnyTagClassName
{
color: #EA395B;
}
</style>
background-color css
<style>
a { background-color: #EA395B; }
a { background-color: rgb(234,57,91); }
div.DivClassName
{
background-color: #EA395B;
}
.BgClassName
{
background-color: #EA395B;
}
</style>
border-color css
<style>
span { border-color: #EA395B; }
span { border-color: rgb(234,57,91); }
td.TdClassName
{
border-color: #EA395B;
}
.TagClassName
{
border-color: #EA395B;
}
</style>