Shades of Deep Cerise #E135A0
Tints of Deep Cerise #E135A0
RGB
CMYK
RGB Variations
Color information
#E135A0 (or 0xE135A0) is known color: Deep Cerise. HEX triplet: E1, 35 and A0. RGB value is (225,53,160). Sum of RGB (Red+Green+Blue) = 225+53+160=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E135A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135A0 is #1ECA5F. Grayscale: #747474. Windows color (decimal): -2017888 or 10499553. OLE color: 10499553.
HSL color Cylindrical-coordinate representation of color #E135A0: hue angle of 322.67º 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 #E135A0 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 160 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.12 |
| HSL | 322.67º | 0.74% | 0.55% | - |
| HSV(B) | 322.67º | 0.76% | 0.88% | - |
| XYZ | 38.67 | 21.09 | 35.29 | - |
| YUV | 116.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 160 | 0 | 0.76 | 0.29 | 0.12 | 322.67 | 0.74 | 0.55 |
| Hex | E1 | 35 | A0 | 0 | 4C | 1D | C | 143 | 4A | 37 |
| Octal | 341 | 65 | 240 | 0 | 114 | 35 | 14 | 503 | 112 | 67 |
| Binary | 11100001 | 110101 | 10100000 | 0 | 1001100 | 11101 | 1100 | 101000011 | 1001010 | 110111 |
Color Harmonies of #E135A0
Complementary color
Monochromatic Colors of #E135A0
Black with #E135A0
Text Example
Text Example
White with #E135A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135A0; }
p { color: rgb(225,53,160); }
H1.HeaderClassName
{
color: #E135A0;
}
.AnyTagClassName
{
color: #E135A0;
}
</style>
background-color css
<style>
a { background-color: #E135A0; }
a { background-color: rgb(225,53,160); }
div.DivClassName
{
background-color: #E135A0;
}
.BgClassName
{
background-color: #E135A0;
}
</style>
border-color css
<style>
span { border-color: #E135A0; }
span { border-color: rgb(225,53,160); }
td.TdClassName
{
border-color: #E135A0;
}
.TagClassName
{
border-color: #E135A0;
}
</style>