Shades of Deep Cerise #E5379A
Tints of Deep Cerise #E5379A
RGB
CMYK
RGB Variations
Color information
#E5379A (or 0xE5379A) is known color: Deep Cerise. HEX triplet: E5, 37 and 9A. RGB value is (229,55,154). Sum of RGB (Red+Green+Blue) = 229+55+154=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5379A is #1AC865. Grayscale: #767676. Windows color (decimal): -1755238 or 10106853. OLE color: 10106853.
HSL color Cylindrical-coordinate representation of color #E5379A: hue angle of 325.86º 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 #E5379A is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 154 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.10 |
| HSL | 325.86º | 0.77% | 0.56% | - |
| HSV(B) | 325.86º | 0.76% | 0.9% | - |
| XYZ | 39.51 | 21.72 | 32.68 | - |
| YUV | 118.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 154 | 0 | 0.76 | 0.33 | 0.10 | 325.86 | 0.77 | 0.56 |
| Hex | E5 | 37 | 9A | 0 | 4C | 21 | A | 146 | 4D | 38 |
| Octal | 345 | 67 | 232 | 0 | 114 | 41 | 12 | 506 | 115 | 70 |
| Binary | 11100101 | 110111 | 10011010 | 0 | 1001100 | 100001 | 1010 | 101000110 | 1001101 | 111000 |
Color Harmonies of #E5379A
Complementary color
Monochromatic Colors of #E5379A
Black with #E5379A
Text Example
Text Example
White with #E5379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5379A; }
p { color: rgb(229,55,154); }
H1.HeaderClassName
{
color: #E5379A;
}
.AnyTagClassName
{
color: #E5379A;
}
</style>
background-color css
<style>
a { background-color: #E5379A; }
a { background-color: rgb(229,55,154); }
div.DivClassName
{
background-color: #E5379A;
}
.BgClassName
{
background-color: #E5379A;
}
</style>
border-color css
<style>
span { border-color: #E5379A; }
span { border-color: rgb(229,55,154); }
td.TdClassName
{
border-color: #E5379A;
}
.TagClassName
{
border-color: #E5379A;
}
</style>