Shades of Deep Cerise #E93380
Tints of Deep Cerise #E93380
RGB
CMYK
RGB Variations
Color information
#E93380 (or 0xE93380) is known color: Deep Cerise. HEX triplet: E9, 33 and 80. RGB value is (233,51,128). Sum of RGB (Red+Green+Blue) = 233+51+128=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E93380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93380 is #16CC7F. Grayscale: #727272. Windows color (decimal): -1494144 or 8401897. OLE color: 8401897.
HSL color Cylindrical-coordinate representation of color #E93380: hue angle of 334.62º 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 #E93380 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 128 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.09 |
| HSL | 334.62º | 0.81% | 0.56% | - |
| HSV(B) | 334.62º | 0.78% | 0.91% | - |
| XYZ | 38.68 | 21.25 | 22.48 | - |
| YUV | 114.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 128 | 0 | 0.78 | 0.45 | 0.09 | 334.62 | 0.81 | 0.56 |
| Hex | E9 | 33 | 80 | 0 | 4E | 2D | 9 | 14F | 51 | 38 |
| Octal | 351 | 63 | 200 | 0 | 116 | 55 | 11 | 517 | 121 | 70 |
| Binary | 11101001 | 110011 | 10000000 | 0 | 1001110 | 101101 | 1001 | 101001111 | 1010001 | 111000 |
Color Harmonies of #E93380
Complementary color
Monochromatic Colors of #E93380
Black with #E93380
Text Example
Text Example
White with #E93380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93380; }
p { color: rgb(233,51,128); }
H1.HeaderClassName
{
color: #E93380;
}
.AnyTagClassName
{
color: #E93380;
}
</style>
background-color css
<style>
a { background-color: #E93380; }
a { background-color: rgb(233,51,128); }
div.DivClassName
{
background-color: #E93380;
}
.BgClassName
{
background-color: #E93380;
}
</style>
border-color css
<style>
span { border-color: #E93380; }
span { border-color: rgb(233,51,128); }
td.TdClassName
{
border-color: #E93380;
}
.TagClassName
{
border-color: #E93380;
}
</style>