Shades of Deep Cerise #E13286
Tints of Deep Cerise #E13286
RGB
CMYK
RGB Variations
Color information
#E13286 (or 0xE13286) is known color: Deep Cerise. HEX triplet: E1, 32 and 86. RGB value is (225,50,134). Sum of RGB (Red+Green+Blue) = 225+50+134=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E13286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13286 is #1ECD79. Grayscale: #6F6F6F. Windows color (decimal): -2018682 or 8794849. OLE color: 8794849.
HSL color Cylindrical-coordinate representation of color #E13286: hue angle of 331.2º 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 #E13286 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 134 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.12 |
| HSL | 331.2º | 0.74% | 0.54% | - |
| HSV(B) | 331.2º | 0.78% | 0.88% | - |
| XYZ | 36.5 | 20.01 | 24.49 | - |
| YUV | 111.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 134 | 0 | 0.78 | 0.40 | 0.12 | 331.2 | 0.74 | 0.54 |
| Hex | E1 | 32 | 86 | 0 | 4E | 28 | C | 14B | 4A | 36 |
| Octal | 341 | 62 | 206 | 0 | 116 | 50 | 14 | 513 | 112 | 66 |
| Binary | 11100001 | 110010 | 10000110 | 0 | 1001110 | 101000 | 1100 | 101001011 | 1001010 | 110110 |
Color Harmonies of #E13286
Complementary color
Monochromatic Colors of #E13286
Black with #E13286
Text Example
Text Example
White with #E13286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13286; }
p { color: rgb(225,50,134); }
H1.HeaderClassName
{
color: #E13286;
}
.AnyTagClassName
{
color: #E13286;
}
</style>
background-color css
<style>
a { background-color: #E13286; }
a { background-color: rgb(225,50,134); }
div.DivClassName
{
background-color: #E13286;
}
.BgClassName
{
background-color: #E13286;
}
</style>
border-color css
<style>
span { border-color: #E13286; }
span { border-color: rgb(225,50,134); }
td.TdClassName
{
border-color: #E13286;
}
.TagClassName
{
border-color: #E13286;
}
</style>