Shades of Deep Cerise #E93595
Tints of Deep Cerise #E93595
RGB
CMYK
RGB Variations
Color information
#E93595 (or 0xE93595) is known color: Deep Cerise. HEX triplet: E9, 35 and 95. RGB value is (233,53,149). Sum of RGB (Red+Green+Blue) = 233+53+149=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E93595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93595 is #16CA6A. Grayscale: #757575. Windows color (decimal): -1493611 or 9778665. OLE color: 9778665.
HSL color Cylindrical-coordinate representation of color #E93595: hue angle of 328º 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 #E93595 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 149 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.09 |
| HSL | 328º | 0.8% | 0.56% | - |
| HSV(B) | 328º | 0.77% | 0.91% | - |
| XYZ | 40.3 | 22.04 | 30.56 | - |
| YUV | 117.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 149 | 0 | 0.77 | 0.36 | 0.09 | 328 | 0.8 | 0.56 |
| Hex | E9 | 35 | 95 | 0 | 4D | 24 | 9 | 148 | 50 | 38 |
| Octal | 351 | 65 | 225 | 0 | 115 | 44 | 11 | 510 | 120 | 70 |
| Binary | 11101001 | 110101 | 10010101 | 0 | 1001101 | 100100 | 1001 | 101001000 | 1010000 | 111000 |
Color Harmonies of #E93595
Complementary color
Monochromatic Colors of #E93595
Black with #E93595
Text Example
Text Example
White with #E93595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93595; }
p { color: rgb(233,53,149); }
H1.HeaderClassName
{
color: #E93595;
}
.AnyTagClassName
{
color: #E93595;
}
</style>
background-color css
<style>
a { background-color: #E93595; }
a { background-color: rgb(233,53,149); }
div.DivClassName
{
background-color: #E93595;
}
.BgClassName
{
background-color: #E93595;
}
</style>
border-color css
<style>
span { border-color: #E93595; }
span { border-color: rgb(233,53,149); }
td.TdClassName
{
border-color: #E93595;
}
.TagClassName
{
border-color: #E93595;
}
</style>