Shades of Cerise #E93572
Tints of Cerise #E93572
RGB
CMYK
RGB Variations
Color information
#E93572 (or 0xE93572) is known color: Cerise. HEX triplet: E9, 35 and 72. RGB value is (233,53,114). Sum of RGB (Red+Green+Blue) = 233+53+114=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E93572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93572 is #16CA8D. Grayscale: #717171. Windows color (decimal): -1493646 or 7484905. OLE color: 7484905.
HSL color Cylindrical-coordinate representation of color #E93572: hue angle of 339.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E93572 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 114 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.09 |
| HSL | 339.67º | 0.8% | 0.56% | - |
| HSV(B) | 339.67º | 0.77% | 0.91% | - |
| XYZ | 37.91 | 21.08 | 17.99 | - |
| YUV | 113.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 114 | 0 | 0.77 | 0.51 | 0.09 | 339.67 | 0.8 | 0.56 |
| Hex | E9 | 35 | 72 | 0 | 4D | 33 | 9 | 154 | 50 | 38 |
| Octal | 351 | 65 | 162 | 0 | 115 | 63 | 11 | 524 | 120 | 70 |
| Binary | 11101001 | 110101 | 1110010 | 0 | 1001101 | 110011 | 1001 | 101010100 | 1010000 | 111000 |
Color Harmonies of #E93572
Complementary color
Monochromatic Colors of #E93572
Black with #E93572
Text Example
Text Example
White with #E93572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93572; }
p { color: rgb(233,53,114); }
H1.HeaderClassName
{
color: #E93572;
}
.AnyTagClassName
{
color: #E93572;
}
</style>
background-color css
<style>
a { background-color: #E93572; }
a { background-color: rgb(233,53,114); }
div.DivClassName
{
background-color: #E93572;
}
.BgClassName
{
background-color: #E93572;
}
</style>
border-color css
<style>
span { border-color: #E93572; }
span { border-color: rgb(233,53,114); }
td.TdClassName
{
border-color: #E93572;
}
.TagClassName
{
border-color: #E93572;
}
</style>