Shades of Deep Cerise #E5358A
Tints of Deep Cerise #E5358A
RGB
CMYK
RGB Variations
Color information
#E5358A (or 0xE5358A) is known color: Deep Cerise. HEX triplet: E5, 35 and 8A. RGB value is (229,53,138). Sum of RGB (Red+Green+Blue) = 229+53+138=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5358A is #1ACA75. Grayscale: #737373. Windows color (decimal): -1755766 or 9057765. OLE color: 9057765.
HSL color Cylindrical-coordinate representation of color #E5358A: hue angle of 331.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5358A is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 138 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.10 |
| HSL | 331.02º | 0.77% | 0.55% | - |
| HSV(B) | 331.02º | 0.77% | 0.9% | - |
| XYZ | 38.17 | 21.04 | 26.09 | - |
| YUV | 115.31 | 140.81 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 138 | 0 | 0.77 | 0.40 | 0.10 | 331.02 | 0.77 | 0.55 |
| Hex | E5 | 35 | 8A | 0 | 4D | 28 | A | 14B | 4D | 37 |
| Octal | 345 | 65 | 212 | 0 | 115 | 50 | 12 | 513 | 115 | 67 |
| Binary | 11100101 | 110101 | 10001010 | 0 | 1001101 | 101000 | 1010 | 101001011 | 1001101 | 110111 |
Color Harmonies of #E5358A
Complementary color
Monochromatic Colors of #E5358A
Black with #E5358A
Text Example
Text Example
White with #E5358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5358A; }
p { color: rgb(229,53,138); }
H1.HeaderClassName
{
color: #E5358A;
}
.AnyTagClassName
{
color: #E5358A;
}
</style>
background-color css
<style>
a { background-color: #E5358A; }
a { background-color: rgb(229,53,138); }
div.DivClassName
{
background-color: #E5358A;
}
.BgClassName
{
background-color: #E5358A;
}
</style>
border-color css
<style>
span { border-color: #E5358A; }
span { border-color: rgb(229,53,138); }
td.TdClassName
{
border-color: #E5358A;
}
.TagClassName
{
border-color: #E5358A;
}
</style>