Shades of Cerise #E93A5B
Tints of Cerise #E93A5B
RGB
CMYK
RGB Variations
Color information
#E93A5B (or 0xE93A5B) is known color: Cerise. HEX triplet: E9, 3A and 5B. RGB value is (233,58,91). Sum of RGB (Red+Green+Blue) = 233+58+91=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93A5B is #16C5A4. Grayscale: #727272. Windows color (decimal): -1492389 or 5978857. OLE color: 5978857.
HSL color Cylindrical-coordinate representation of color #E93A5B: hue angle of 348.69º 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 #E93A5B is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 91 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.09 |
| HSL | 348.69º | 0.8% | 0.57% | - |
| HSV(B) | 348.69º | 0.75% | 0.91% | - |
| XYZ | 37.01 | 21.11 | 12.02 | - |
| YUV | 114.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 91 | 0 | 0.75 | 0.61 | 0.09 | 348.69 | 0.8 | 0.57 |
| Hex | E9 | 3A | 5B | 0 | 4B | 3D | 9 | 15D | 50 | 39 |
| Octal | 351 | 72 | 133 | 0 | 113 | 75 | 11 | 535 | 120 | 71 |
| Binary | 11101001 | 111010 | 1011011 | 0 | 1001011 | 111101 | 1001 | 101011101 | 1010000 | 111001 |
Color Harmonies of #E93A5B
Complementary color
Monochromatic Colors of #E93A5B
Black with #E93A5B
Text Example
Text Example
White with #E93A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A5B; }
p { color: rgb(233,58,91); }
H1.HeaderClassName
{
color: #E93A5B;
}
.AnyTagClassName
{
color: #E93A5B;
}
</style>
background-color css
<style>
a { background-color: #E93A5B; }
a { background-color: rgb(233,58,91); }
div.DivClassName
{
background-color: #E93A5B;
}
.BgClassName
{
background-color: #E93A5B;
}
</style>
border-color css
<style>
span { border-color: #E93A5B; }
span { border-color: rgb(233,58,91); }
td.TdClassName
{
border-color: #E93A5B;
}
.TagClassName
{
border-color: #E93A5B;
}
</style>