Shades of Deep Cerise #E13696
Tints of Deep Cerise #E13696
RGB
CMYK
RGB Variations
Color information
#E13696 (or 0xE13696) is known color: Deep Cerise. HEX triplet: E1, 36 and 96. RGB value is (225,54,150). Sum of RGB (Red+Green+Blue) = 225+54+150=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E13696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13696 is #1EC969. Grayscale: #737373. Windows color (decimal): -2017642 or 9844449. OLE color: 9844449.
HSL color Cylindrical-coordinate representation of color #E13696: hue angle of 326.32º 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 #E13696 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 150 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.12 |
| HSL | 326.32º | 0.74% | 0.55% | - |
| HSV(B) | 326.32º | 0.76% | 0.88% | - |
| XYZ | 37.88 | 20.85 | 30.88 | - |
| YUV | 116.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 150 | 0 | 0.76 | 0.33 | 0.12 | 326.32 | 0.74 | 0.55 |
| Hex | E1 | 36 | 96 | 0 | 4C | 21 | C | 146 | 4A | 37 |
| Octal | 341 | 66 | 226 | 0 | 114 | 41 | 14 | 506 | 112 | 67 |
| Binary | 11100001 | 110110 | 10010110 | 0 | 1001100 | 100001 | 1100 | 101000110 | 1001010 | 110111 |
Color Harmonies of #E13696
Complementary color
Monochromatic Colors of #E13696
Black with #E13696
Text Example
Text Example
White with #E13696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13696; }
p { color: rgb(225,54,150); }
H1.HeaderClassName
{
color: #E13696;
}
.AnyTagClassName
{
color: #E13696;
}
</style>
background-color css
<style>
a { background-color: #E13696; }
a { background-color: rgb(225,54,150); }
div.DivClassName
{
background-color: #E13696;
}
.BgClassName
{
background-color: #E13696;
}
</style>
border-color css
<style>
span { border-color: #E13696; }
span { border-color: rgb(225,54,150); }
td.TdClassName
{
border-color: #E13696;
}
.TagClassName
{
border-color: #E13696;
}
</style>