Shades of Cerise #E93A5E
Tints of Cerise #E93A5E
RGB
CMYK
RGB Variations
Color information
#E93A5E (or 0xE93A5E) is known color: Cerise. HEX triplet: E9, 3A and 5E. RGB value is (233,58,94). Sum of RGB (Red+Green+Blue) = 233+58+94=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93A5E is #16C5A1. Grayscale: #727272. Windows color (decimal): -1492386 or 6175465. OLE color: 6175465.
HSL color Cylindrical-coordinate representation of color #E93A5E: hue angle of 347.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93A5E is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 94 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.09 |
| HSL | 347.66º | 0.8% | 0.57% | - |
| HSV(B) | 347.66º | 0.75% | 0.91% | - |
| XYZ | 37.14 | 21.16 | 12.72 | - |
| YUV | 114.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 94 | 0 | 0.75 | 0.60 | 0.09 | 347.66 | 0.8 | 0.57 |
| Hex | E9 | 3A | 5E | 0 | 4B | 3C | 9 | 15C | 50 | 39 |
| Octal | 351 | 72 | 136 | 0 | 113 | 74 | 11 | 534 | 120 | 71 |
| Binary | 11101001 | 111010 | 1011110 | 0 | 1001011 | 111100 | 1001 | 101011100 | 1010000 | 111001 |
Color Harmonies of #E93A5E
Complementary color
Monochromatic Colors of #E93A5E
Black with #E93A5E
Text Example
Text Example
White with #E93A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A5E; }
p { color: rgb(233,58,94); }
H1.HeaderClassName
{
color: #E93A5E;
}
.AnyTagClassName
{
color: #E93A5E;
}
</style>
background-color css
<style>
a { background-color: #E93A5E; }
a { background-color: rgb(233,58,94); }
div.DivClassName
{
background-color: #E93A5E;
}
.BgClassName
{
background-color: #E93A5E;
}
</style>
border-color css
<style>
span { border-color: #E93A5E; }
span { border-color: rgb(233,58,94); }
td.TdClassName
{
border-color: #E93A5E;
}
.TagClassName
{
border-color: #E93A5E;
}
</style>