Shades of Deep Cerise #E13E7E
Tints of Deep Cerise #E13E7E
RGB
CMYK
RGB Variations
Color information
#E13E7E (or 0xE13E7E) is known color: Deep Cerise. HEX triplet: E1, 3E and 7E. RGB value is (225,62,126). Sum of RGB (Red+Green+Blue) = 225+62+126=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E7E is #1EC181. Grayscale: #757575. Windows color (decimal): -2015618 or 8273633. OLE color: 8273633.
HSL color Cylindrical-coordinate representation of color #E13E7E: hue angle of 336.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E7E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 126 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.12 |
| HSL | 336.44º | 0.73% | 0.56% | - |
| HSV(B) | 336.44º | 0.72% | 0.88% | - |
| XYZ | 36.54 | 20.96 | 21.86 | - |
| YUV | 118.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 126 | 0 | 0.72 | 0.44 | 0.12 | 336.44 | 0.73 | 0.56 |
| Hex | E1 | 3E | 7E | 0 | 48 | 2C | C | 150 | 49 | 38 |
| Octal | 341 | 76 | 176 | 0 | 110 | 54 | 14 | 520 | 111 | 70 |
| Binary | 11100001 | 111110 | 1111110 | 0 | 1001000 | 101100 | 1100 | 101010000 | 1001001 | 111000 |
Color Harmonies of #E13E7E
Complementary color
Monochromatic Colors of #E13E7E
Black with #E13E7E
Text Example
Text Example
White with #E13E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E7E; }
p { color: rgb(225,62,126); }
H1.HeaderClassName
{
color: #E13E7E;
}
.AnyTagClassName
{
color: #E13E7E;
}
</style>
background-color css
<style>
a { background-color: #E13E7E; }
a { background-color: rgb(225,62,126); }
div.DivClassName
{
background-color: #E13E7E;
}
.BgClassName
{
background-color: #E13E7E;
}
</style>
border-color css
<style>
span { border-color: #E13E7E; }
span { border-color: rgb(225,62,126); }
td.TdClassName
{
border-color: #E13E7E;
}
.TagClassName
{
border-color: #E13E7E;
}
</style>