Shades of Deep Cerise #E1357D
Tints of Deep Cerise #E1357D
RGB
CMYK
RGB Variations
Color information
#E1357D (or 0xE1357D) is known color: Deep Cerise. HEX triplet: E1, 35 and 7D. RGB value is (225,53,125). Sum of RGB (Red+Green+Blue) = 225+53+125=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1357D is #1ECA82. Grayscale: #707070. Windows color (decimal): -2017923 or 8205793. OLE color: 8205793.
HSL color Cylindrical-coordinate representation of color #E1357D: hue angle of 334.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1357D is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 125 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.12 |
| HSL | 334.88º | 0.74% | 0.55% | - |
| HSV(B) | 334.88º | 0.76% | 0.88% | - |
| XYZ | 36.03 | 20.03 | 21.37 | - |
| YUV | 112.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 125 | 0 | 0.76 | 0.44 | 0.12 | 334.88 | 0.74 | 0.55 |
| Hex | E1 | 35 | 7D | 0 | 4C | 2C | C | 14F | 4A | 37 |
| Octal | 341 | 65 | 175 | 0 | 114 | 54 | 14 | 517 | 112 | 67 |
| Binary | 11100001 | 110101 | 1111101 | 0 | 1001100 | 101100 | 1100 | 101001111 | 1001010 | 110111 |
Color Harmonies of #E1357D
Complementary color
Monochromatic Colors of #E1357D
Black with #E1357D
Text Example
Text Example
White with #E1357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1357D; }
p { color: rgb(225,53,125); }
H1.HeaderClassName
{
color: #E1357D;
}
.AnyTagClassName
{
color: #E1357D;
}
</style>
background-color css
<style>
a { background-color: #E1357D; }
a { background-color: rgb(225,53,125); }
div.DivClassName
{
background-color: #E1357D;
}
.BgClassName
{
background-color: #E1357D;
}
</style>
border-color css
<style>
span { border-color: #E1357D; }
span { border-color: rgb(225,53,125); }
td.TdClassName
{
border-color: #E1357D;
}
.TagClassName
{
border-color: #E1357D;
}
</style>