Shades of Deep Cerise #E5379E
Tints of Deep Cerise #E5379E
RGB
CMYK
RGB Variations
Color information
#E5379E (or 0xE5379E) is known color: Deep Cerise. HEX triplet: E5, 37 and 9E. RGB value is (229,55,158). Sum of RGB (Red+Green+Blue) = 229+55+158=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5379E is #1AC861. Grayscale: #767676. Windows color (decimal): -1755234 or 10368997. OLE color: 10368997.
HSL color Cylindrical-coordinate representation of color #E5379E: hue angle of 324.48º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5379E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 158 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.10 |
| HSL | 324.48º | 0.77% | 0.56% | - |
| HSV(B) | 324.48º | 0.76% | 0.9% | - |
| XYZ | 39.85 | 21.86 | 34.47 | - |
| YUV | 118.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 158 | 0 | 0.76 | 0.31 | 0.10 | 324.48 | 0.77 | 0.56 |
| Hex | E5 | 37 | 9E | 0 | 4C | 1F | A | 144 | 4D | 38 |
| Octal | 345 | 67 | 236 | 0 | 114 | 37 | 12 | 504 | 115 | 70 |
| Binary | 11100101 | 110111 | 10011110 | 0 | 1001100 | 11111 | 1010 | 101000100 | 1001101 | 111000 |
Color Harmonies of #E5379E
Complementary color
Monochromatic Colors of #E5379E
Black with #E5379E
Text Example
Text Example
White with #E5379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5379E; }
p { color: rgb(229,55,158); }
H1.HeaderClassName
{
color: #E5379E;
}
.AnyTagClassName
{
color: #E5379E;
}
</style>
background-color css
<style>
a { background-color: #E5379E; }
a { background-color: rgb(229,55,158); }
div.DivClassName
{
background-color: #E5379E;
}
.BgClassName
{
background-color: #E5379E;
}
</style>
border-color css
<style>
span { border-color: #E5379E; }
span { border-color: rgb(229,55,158); }
td.TdClassName
{
border-color: #E5379E;
}
.TagClassName
{
border-color: #E5379E;
}
</style>