Shades of Deep Cerise #E93385
Tints of Deep Cerise #E93385
RGB
CMYK
RGB Variations
Color information
#E93385 (or 0xE93385) is known color: Deep Cerise. HEX triplet: E9, 33 and 85. RGB value is (233,51,133). Sum of RGB (Red+Green+Blue) = 233+51+133=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E93385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93385 is #16CC7A. Grayscale: #727272. Windows color (decimal): -1494139 or 8729577. OLE color: 8729577.
HSL color Cylindrical-coordinate representation of color #E93385: hue angle of 332.97º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E93385 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 133 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.09 |
| HSL | 332.97º | 0.81% | 0.56% | - |
| HSV(B) | 332.97º | 0.78% | 0.91% | - |
| XYZ | 39.02 | 21.38 | 24.26 | - |
| YUV | 114.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 133 | 0 | 0.78 | 0.43 | 0.09 | 332.97 | 0.81 | 0.56 |
| Hex | E9 | 33 | 85 | 0 | 4E | 2B | 9 | 14D | 51 | 38 |
| Octal | 351 | 63 | 205 | 0 | 116 | 53 | 11 | 515 | 121 | 70 |
| Binary | 11101001 | 110011 | 10000101 | 0 | 1001110 | 101011 | 1001 | 101001101 | 1010001 | 111000 |
Color Harmonies of #E93385
Complementary color
Monochromatic Colors of #E93385
Black with #E93385
Text Example
Text Example
White with #E93385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93385; }
p { color: rgb(233,51,133); }
H1.HeaderClassName
{
color: #E93385;
}
.AnyTagClassName
{
color: #E93385;
}
</style>
background-color css
<style>
a { background-color: #E93385; }
a { background-color: rgb(233,51,133); }
div.DivClassName
{
background-color: #E93385;
}
.BgClassName
{
background-color: #E93385;
}
</style>
border-color css
<style>
span { border-color: #E93385; }
span { border-color: rgb(233,51,133); }
td.TdClassName
{
border-color: #E93385;
}
.TagClassName
{
border-color: #E93385;
}
</style>