Shades of Deep Cerise #E13288
Tints of Deep Cerise #E13288
RGB
CMYK
RGB Variations
Color information
#E13288 (or 0xE13288) is known color: Deep Cerise. HEX triplet: E1, 32 and 88. RGB value is (225,50,136). Sum of RGB (Red+Green+Blue) = 225+50+136=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E13288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13288 is #1ECD77. Grayscale: #6F6F6F. Windows color (decimal): -2018680 or 8925921. OLE color: 8925921.
HSL color Cylindrical-coordinate representation of color #E13288: hue angle of 330.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13288 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 136 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.12 |
| HSL | 330.51º | 0.74% | 0.54% | - |
| HSV(B) | 330.51º | 0.78% | 0.88% | - |
| XYZ | 36.64 | 20.07 | 25.23 | - |
| YUV | 112.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 136 | 0 | 0.78 | 0.40 | 0.12 | 330.51 | 0.74 | 0.54 |
| Hex | E1 | 32 | 88 | 0 | 4E | 28 | C | 14B | 4A | 36 |
| Octal | 341 | 62 | 210 | 0 | 116 | 50 | 14 | 513 | 112 | 66 |
| Binary | 11100001 | 110010 | 10001000 | 0 | 1001110 | 101000 | 1100 | 101001011 | 1001010 | 110110 |
Color Harmonies of #E13288
Complementary color
Monochromatic Colors of #E13288
Black with #E13288
Text Example
Text Example
White with #E13288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13288; }
p { color: rgb(225,50,136); }
H1.HeaderClassName
{
color: #E13288;
}
.AnyTagClassName
{
color: #E13288;
}
</style>
background-color css
<style>
a { background-color: #E13288; }
a { background-color: rgb(225,50,136); }
div.DivClassName
{
background-color: #E13288;
}
.BgClassName
{
background-color: #E13288;
}
</style>
border-color css
<style>
span { border-color: #E13288; }
span { border-color: rgb(225,50,136); }
td.TdClassName
{
border-color: #E13288;
}
.TagClassName
{
border-color: #E13288;
}
</style>