Shades of Deep Cerise #E13282
Tints of Deep Cerise #E13282
RGB
CMYK
RGB Variations
Color information
#E13282 (or 0xE13282) is known color: Deep Cerise. HEX triplet: E1, 32 and 82. RGB value is (225,50,130). Sum of RGB (Red+Green+Blue) = 225+50+130=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E13282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13282 is #1ECD7D. Grayscale: #6F6F6F. Windows color (decimal): -2018686 or 8532705. OLE color: 8532705.
HSL color Cylindrical-coordinate representation of color #E13282: hue angle of 332.57º 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 #E13282 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 130 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.12 |
| HSL | 332.57º | 0.74% | 0.54% | - |
| HSV(B) | 332.57º | 0.78% | 0.88% | - |
| XYZ | 36.22 | 19.9 | 23.05 | - |
| YUV | 111.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 130 | 0 | 0.78 | 0.42 | 0.12 | 332.57 | 0.74 | 0.54 |
| Hex | E1 | 32 | 82 | 0 | 4E | 2A | C | 14D | 4A | 36 |
| Octal | 341 | 62 | 202 | 0 | 116 | 52 | 14 | 515 | 112 | 66 |
| Binary | 11100001 | 110010 | 10000010 | 0 | 1001110 | 101010 | 1100 | 101001101 | 1001010 | 110110 |
Color Harmonies of #E13282
Complementary color
Monochromatic Colors of #E13282
Black with #E13282
Text Example
Text Example
White with #E13282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13282; }
p { color: rgb(225,50,130); }
H1.HeaderClassName
{
color: #E13282;
}
.AnyTagClassName
{
color: #E13282;
}
</style>
background-color css
<style>
a { background-color: #E13282; }
a { background-color: rgb(225,50,130); }
div.DivClassName
{
background-color: #E13282;
}
.BgClassName
{
background-color: #E13282;
}
</style>
border-color css
<style>
span { border-color: #E13282; }
span { border-color: rgb(225,50,130); }
td.TdClassName
{
border-color: #E13282;
}
.TagClassName
{
border-color: #E13282;
}
</style>