Shades of Cerise #E93072
Tints of Cerise #E93072
RGB
CMYK
RGB Variations
Color information
#E93072 (or 0xE93072) is known color: Cerise. HEX triplet: E9, 30 and 72. RGB value is (233,48,114). Sum of RGB (Red+Green+Blue) = 233+48+114=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E93072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93072 is #16CF8D. Grayscale: #6E6E6E. Windows color (decimal): -1494926 or 7483625. OLE color: 7483625.
HSL color Cylindrical-coordinate representation of color #E93072: hue angle of 338.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93072 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 114 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.09 |
| HSL | 338.59º | 0.81% | 0.55% | - |
| HSV(B) | 338.59º | 0.79% | 0.91% | - |
| XYZ | 37.7 | 20.65 | 17.92 | - |
| YUV | 110.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 114 | 0 | 0.79 | 0.51 | 0.09 | 338.59 | 0.81 | 0.55 |
| Hex | E9 | 30 | 72 | 0 | 4F | 33 | 9 | 153 | 51 | 37 |
| Octal | 351 | 60 | 162 | 0 | 117 | 63 | 11 | 523 | 121 | 67 |
| Binary | 11101001 | 110000 | 1110010 | 0 | 1001111 | 110011 | 1001 | 101010011 | 1010001 | 110111 |
Color Harmonies of #E93072
Complementary color
Monochromatic Colors of #E93072
Black with #E93072
Text Example
Text Example
White with #E93072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93072; }
p { color: rgb(233,48,114); }
H1.HeaderClassName
{
color: #E93072;
}
.AnyTagClassName
{
color: #E93072;
}
</style>
background-color css
<style>
a { background-color: #E93072; }
a { background-color: rgb(233,48,114); }
div.DivClassName
{
background-color: #E93072;
}
.BgClassName
{
background-color: #E93072;
}
</style>
border-color css
<style>
span { border-color: #E93072; }
span { border-color: rgb(233,48,114); }
td.TdClassName
{
border-color: #E93072;
}
.TagClassName
{
border-color: #E93072;
}
</style>