Shades of Deep Cerise #E13A79
Tints of Deep Cerise #E13A79
RGB
CMYK
RGB Variations
Color information
#E13A79 (or 0xE13A79) is known color: Deep Cerise. HEX triplet: E1, 3A and 79. RGB value is (225,58,121). Sum of RGB (Red+Green+Blue) = 225+58+121=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A79 is #1EC586. Grayscale: #737373. Windows color (decimal): -2016647 or 7944929. OLE color: 7944929.
HSL color Cylindrical-coordinate representation of color #E13A79: hue angle of 337.37º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A79 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 121 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.12 |
| HSL | 337.37º | 0.74% | 0.55% | - |
| HSV(B) | 337.37º | 0.74% | 0.88% | - |
| XYZ | 36.02 | 20.41 | 20.13 | - |
| YUV | 115.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 121 | 0 | 0.74 | 0.46 | 0.12 | 337.37 | 0.74 | 0.55 |
| Hex | E1 | 3A | 79 | 0 | 4A | 2E | C | 151 | 4A | 37 |
| Octal | 341 | 72 | 171 | 0 | 112 | 56 | 14 | 521 | 112 | 67 |
| Binary | 11100001 | 111010 | 1111001 | 0 | 1001010 | 101110 | 1100 | 101010001 | 1001010 | 110111 |
Color Harmonies of #E13A79
Complementary color
Monochromatic Colors of #E13A79
Black with #E13A79
Text Example
Text Example
White with #E13A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A79; }
p { color: rgb(225,58,121); }
H1.HeaderClassName
{
color: #E13A79;
}
.AnyTagClassName
{
color: #E13A79;
}
</style>
background-color css
<style>
a { background-color: #E13A79; }
a { background-color: rgb(225,58,121); }
div.DivClassName
{
background-color: #E13A79;
}
.BgClassName
{
background-color: #E13A79;
}
</style>
border-color css
<style>
span { border-color: #E13A79; }
span { border-color: rgb(225,58,121); }
td.TdClassName
{
border-color: #E13A79;
}
.TagClassName
{
border-color: #E13A79;
}
</style>