Shades of Deep Cerise #E1337F
Tints of Deep Cerise #E1337F
RGB
CMYK
RGB Variations
Color information
#E1337F (or 0xE1337F) is known color: Deep Cerise. HEX triplet: E1, 33 and 7F. RGB value is (225,51,127). Sum of RGB (Red+Green+Blue) = 225+51+127=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1337F is #1ECC80. Grayscale: #6F6F6F. Windows color (decimal): -2018433 or 8336353. OLE color: 8336353.
HSL color Cylindrical-coordinate representation of color #E1337F: hue angle of 333.79º 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 #E1337F is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 127 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.12 |
| HSL | 333.79º | 0.74% | 0.54% | - |
| HSV(B) | 333.79º | 0.77% | 0.88% | - |
| XYZ | 36.07 | 19.91 | 22.02 | - |
| YUV | 111.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 127 | 0 | 0.77 | 0.44 | 0.12 | 333.79 | 0.74 | 0.54 |
| Hex | E1 | 33 | 7F | 0 | 4D | 2C | C | 14E | 4A | 36 |
| Octal | 341 | 63 | 177 | 0 | 115 | 54 | 14 | 516 | 112 | 66 |
| Binary | 11100001 | 110011 | 1111111 | 0 | 1001101 | 101100 | 1100 | 101001110 | 1001010 | 110110 |
Color Harmonies of #E1337F
Complementary color
Monochromatic Colors of #E1337F
Black with #E1337F
Text Example
Text Example
White with #E1337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1337F; }
p { color: rgb(225,51,127); }
H1.HeaderClassName
{
color: #E1337F;
}
.AnyTagClassName
{
color: #E1337F;
}
</style>
background-color css
<style>
a { background-color: #E1337F; }
a { background-color: rgb(225,51,127); }
div.DivClassName
{
background-color: #E1337F;
}
.BgClassName
{
background-color: #E1337F;
}
</style>
border-color css
<style>
span { border-color: #E1337F; }
span { border-color: rgb(225,51,127); }
td.TdClassName
{
border-color: #E1337F;
}
.TagClassName
{
border-color: #E1337F;
}
</style>