Shades of Deep Cerise #E1337C
Tints of Deep Cerise #E1337C
RGB
CMYK
RGB Variations
Color information
#E1337C (or 0xE1337C) is known color: Deep Cerise. HEX triplet: E1, 33 and 7C. RGB value is (225,51,124). Sum of RGB (Red+Green+Blue) = 225+51+124=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1337C is #1ECC83. Grayscale: #6F6F6F. Windows color (decimal): -2018436 or 8139745. OLE color: 8139745.
HSL color Cylindrical-coordinate representation of color #E1337C: hue angle of 334.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1337C is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 124 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.12 |
| HSL | 334.83º | 0.74% | 0.54% | - |
| HSV(B) | 334.83º | 0.77% | 0.88% | - |
| XYZ | 35.87 | 19.83 | 21.01 | - |
| YUV | 111.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 124 | 0 | 0.77 | 0.45 | 0.12 | 334.83 | 0.74 | 0.54 |
| Hex | E1 | 33 | 7C | 0 | 4D | 2D | C | 14F | 4A | 36 |
| Octal | 341 | 63 | 174 | 0 | 115 | 55 | 14 | 517 | 112 | 66 |
| Binary | 11100001 | 110011 | 1111100 | 0 | 1001101 | 101101 | 1100 | 101001111 | 1001010 | 110110 |
Color Harmonies of #E1337C
Complementary color
Monochromatic Colors of #E1337C
Black with #E1337C
Text Example
Text Example
White with #E1337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1337C; }
p { color: rgb(225,51,124); }
H1.HeaderClassName
{
color: #E1337C;
}
.AnyTagClassName
{
color: #E1337C;
}
</style>
background-color css
<style>
a { background-color: #E1337C; }
a { background-color: rgb(225,51,124); }
div.DivClassName
{
background-color: #E1337C;
}
.BgClassName
{
background-color: #E1337C;
}
</style>
border-color css
<style>
span { border-color: #E1337C; }
span { border-color: rgb(225,51,124); }
td.TdClassName
{
border-color: #E1337C;
}
.TagClassName
{
border-color: #E1337C;
}
</style>