Shades of Deep Cerise #E1337A
Tints of Deep Cerise #E1337A
RGB
CMYK
RGB Variations
Color information
#E1337A (or 0xE1337A) is known color: Deep Cerise. HEX triplet: E1, 33 and 7A. RGB value is (225,51,122). Sum of RGB (Red+Green+Blue) = 225+51+122=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1337A is #1ECC85. Grayscale: #6F6F6F. Windows color (decimal): -2018438 or 8008673. OLE color: 8008673.
HSL color Cylindrical-coordinate representation of color #E1337A: hue angle of 335.52º 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 #E1337A is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 122 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.12 |
| HSL | 335.52º | 0.74% | 0.54% | - |
| HSV(B) | 335.52º | 0.77% | 0.88% | - |
| XYZ | 35.75 | 19.78 | 20.35 | - |
| YUV | 111.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 122 | 0 | 0.77 | 0.46 | 0.12 | 335.52 | 0.74 | 0.54 |
| Hex | E1 | 33 | 7A | 0 | 4D | 2E | C | 150 | 4A | 36 |
| Octal | 341 | 63 | 172 | 0 | 115 | 56 | 14 | 520 | 112 | 66 |
| Binary | 11100001 | 110011 | 1111010 | 0 | 1001101 | 101110 | 1100 | 101010000 | 1001010 | 110110 |
Color Harmonies of #E1337A
Complementary color
Monochromatic Colors of #E1337A
Black with #E1337A
Text Example
Text Example
White with #E1337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1337A; }
p { color: rgb(225,51,122); }
H1.HeaderClassName
{
color: #E1337A;
}
.AnyTagClassName
{
color: #E1337A;
}
</style>
background-color css
<style>
a { background-color: #E1337A; }
a { background-color: rgb(225,51,122); }
div.DivClassName
{
background-color: #E1337A;
}
.BgClassName
{
background-color: #E1337A;
}
</style>
border-color css
<style>
span { border-color: #E1337A; }
span { border-color: rgb(225,51,122); }
td.TdClassName
{
border-color: #E1337A;
}
.TagClassName
{
border-color: #E1337A;
}
</style>