Shades of Deep Cerise #E23380
Tints of Deep Cerise #E23380
RGB
CMYK
RGB Variations
Color information
#E23380 (or 0xE23380) is known color: Deep Cerise. HEX triplet: E2, 33 and 80. RGB value is (226,51,128). Sum of RGB (Red+Green+Blue) = 226+51+128=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E23380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23380 is #1DCC7F. Grayscale: #6F6F6F. Windows color (decimal): -1952896 or 8401890. OLE color: 8401890.
HSL color Cylindrical-coordinate representation of color #E23380: hue angle of 333.6º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23380 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 128 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.11 |
| HSL | 333.6º | 0.75% | 0.54% | - |
| HSV(B) | 333.6º | 0.77% | 0.89% | - |
| XYZ | 36.44 | 20.09 | 22.38 | - |
| YUV | 112.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 128 | 0 | 0.77 | 0.43 | 0.11 | 333.6 | 0.75 | 0.54 |
| Hex | E2 | 33 | 80 | 0 | 4D | 2B | B | 14E | 4B | 36 |
| Octal | 342 | 63 | 200 | 0 | 115 | 53 | 13 | 516 | 113 | 66 |
| Binary | 11100010 | 110011 | 10000000 | 0 | 1001101 | 101011 | 1011 | 101001110 | 1001011 | 110110 |
Color Harmonies of #E23380
Complementary color
Monochromatic Colors of #E23380
Black with #E23380
Text Example
Text Example
White with #E23380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23380; }
p { color: rgb(226,51,128); }
H1.HeaderClassName
{
color: #E23380;
}
.AnyTagClassName
{
color: #E23380;
}
</style>
background-color css
<style>
a { background-color: #E23380; }
a { background-color: rgb(226,51,128); }
div.DivClassName
{
background-color: #E23380;
}
.BgClassName
{
background-color: #E23380;
}
</style>
border-color css
<style>
span { border-color: #E23380; }
span { border-color: rgb(226,51,128); }
td.TdClassName
{
border-color: #E23380;
}
.TagClassName
{
border-color: #E23380;
}
</style>