Shades of Deep Cerise #E13680
Tints of Deep Cerise #E13680
RGB
CMYK
RGB Variations
Color information
#E13680 (or 0xE13680) is known color: Deep Cerise. HEX triplet: E1, 36 and 80. RGB value is (225,54,128). Sum of RGB (Red+Green+Blue) = 225+54+128=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E13680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13680 is #1EC97F. Grayscale: #717171. Windows color (decimal): -2017664 or 8402657. OLE color: 8402657.
HSL color Cylindrical-coordinate representation of color #E13680: hue angle of 334.04º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13680 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 128 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.12 |
| HSL | 334.04º | 0.74% | 0.55% | - |
| HSV(B) | 334.04º | 0.76% | 0.88% | - |
| XYZ | 36.27 | 20.2 | 22.41 | - |
| YUV | 113.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 128 | 0 | 0.76 | 0.43 | 0.12 | 334.04 | 0.74 | 0.55 |
| Hex | E1 | 36 | 80 | 0 | 4C | 2B | C | 14E | 4A | 37 |
| Octal | 341 | 66 | 200 | 0 | 114 | 53 | 14 | 516 | 112 | 67 |
| Binary | 11100001 | 110110 | 10000000 | 0 | 1001100 | 101011 | 1100 | 101001110 | 1001010 | 110111 |
Color Harmonies of #E13680
Complementary color
Monochromatic Colors of #E13680
Black with #E13680
Text Example
Text Example
White with #E13680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13680; }
p { color: rgb(225,54,128); }
H1.HeaderClassName
{
color: #E13680;
}
.AnyTagClassName
{
color: #E13680;
}
</style>
background-color css
<style>
a { background-color: #E13680; }
a { background-color: rgb(225,54,128); }
div.DivClassName
{
background-color: #E13680;
}
.BgClassName
{
background-color: #E13680;
}
</style>
border-color css
<style>
span { border-color: #E13680; }
span { border-color: rgb(225,54,128); }
td.TdClassName
{
border-color: #E13680;
}
.TagClassName
{
border-color: #E13680;
}
</style>