Shades of Deep Cerise #E1337B
Tints of Deep Cerise #E1337B
RGB
CMYK
RGB Variations
Color information
#E1337B (or 0xE1337B) is known color: Deep Cerise. HEX triplet: E1, 33 and 7B. RGB value is (225,51,123). Sum of RGB (Red+Green+Blue) = 225+51+123=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1337B is #1ECC84. Grayscale: #6F6F6F. Windows color (decimal): -2018437 or 8074209. OLE color: 8074209.
HSL color Cylindrical-coordinate representation of color #E1337B: hue angle of 335.17º 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 #E1337B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 123 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.12 |
| HSL | 335.17º | 0.74% | 0.54% | - |
| HSV(B) | 335.17º | 0.77% | 0.88% | - |
| XYZ | 35.81 | 19.81 | 20.67 | - |
| YUV | 111.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 123 | 0 | 0.77 | 0.45 | 0.12 | 335.17 | 0.74 | 0.54 |
| Hex | E1 | 33 | 7B | 0 | 4D | 2D | C | 14F | 4A | 36 |
| Octal | 341 | 63 | 173 | 0 | 115 | 55 | 14 | 517 | 112 | 66 |
| Binary | 11100001 | 110011 | 1111011 | 0 | 1001101 | 101101 | 1100 | 101001111 | 1001010 | 110110 |
Color Harmonies of #E1337B
Complementary color
Monochromatic Colors of #E1337B
Black with #E1337B
Text Example
Text Example
White with #E1337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1337B; }
p { color: rgb(225,51,123); }
H1.HeaderClassName
{
color: #E1337B;
}
.AnyTagClassName
{
color: #E1337B;
}
</style>
background-color css
<style>
a { background-color: #E1337B; }
a { background-color: rgb(225,51,123); }
div.DivClassName
{
background-color: #E1337B;
}
.BgClassName
{
background-color: #E1337B;
}
</style>
border-color css
<style>
span { border-color: #E1337B; }
span { border-color: rgb(225,51,123); }
td.TdClassName
{
border-color: #E1337B;
}
.TagClassName
{
border-color: #E1337B;
}
</style>