Shades of Deep Cerise #E13882
Tints of Deep Cerise #E13882
RGB
CMYK
RGB Variations
Color information
#E13882 (or 0xE13882) is known color: Deep Cerise. HEX triplet: E1, 38 and 82. RGB value is (225,56,130). Sum of RGB (Red+Green+Blue) = 225+56+130=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E13882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13882 is #1EC77D. Grayscale: #727272. Windows color (decimal): -2017150 or 8534241. OLE color: 8534241.
HSL color Cylindrical-coordinate representation of color #E13882: hue angle of 333.73º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13882 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 130 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.12 |
| HSL | 333.73º | 0.74% | 0.55% | - |
| HSV(B) | 333.73º | 0.75% | 0.88% | - |
| XYZ | 36.49 | 20.45 | 23.14 | - |
| YUV | 114.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 130 | 0 | 0.75 | 0.42 | 0.12 | 333.73 | 0.74 | 0.55 |
| Hex | E1 | 38 | 82 | 0 | 4B | 2A | C | 14E | 4A | 37 |
| Octal | 341 | 70 | 202 | 0 | 113 | 52 | 14 | 516 | 112 | 67 |
| Binary | 11100001 | 111000 | 10000010 | 0 | 1001011 | 101010 | 1100 | 101001110 | 1001010 | 110111 |
Color Harmonies of #E13882
Complementary color
Monochromatic Colors of #E13882
Black with #E13882
Text Example
Text Example
White with #E13882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13882; }
p { color: rgb(225,56,130); }
H1.HeaderClassName
{
color: #E13882;
}
.AnyTagClassName
{
color: #E13882;
}
</style>
background-color css
<style>
a { background-color: #E13882; }
a { background-color: rgb(225,56,130); }
div.DivClassName
{
background-color: #E13882;
}
.BgClassName
{
background-color: #E13882;
}
</style>
border-color css
<style>
span { border-color: #E13882; }
span { border-color: rgb(225,56,130); }
td.TdClassName
{
border-color: #E13882;
}
.TagClassName
{
border-color: #E13882;
}
</style>