Shades of Deep Cerise #E2359F
Tints of Deep Cerise #E2359F
RGB
CMYK
RGB Variations
Color information
#E2359F (or 0xE2359F) is known color: Deep Cerise. HEX triplet: E2, 35 and 9F. RGB value is (226,53,159). Sum of RGB (Red+Green+Blue) = 226+53+159=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2359F is #1DCA60. Grayscale: #747474. Windows color (decimal): -1952353 or 10434018. OLE color: 10434018.
HSL color Cylindrical-coordinate representation of color #E2359F: hue angle of 323.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2359F is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 159 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.11 |
| HSL | 323.24º | 0.75% | 0.55% | - |
| HSV(B) | 323.24º | 0.77% | 0.89% | - |
| XYZ | 38.9 | 21.22 | 34.85 | - |
| YUV | 116.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 159 | 0 | 0.77 | 0.30 | 0.11 | 323.24 | 0.75 | 0.55 |
| Hex | E2 | 35 | 9F | 0 | 4D | 1E | B | 143 | 4B | 37 |
| Octal | 342 | 65 | 237 | 0 | 115 | 36 | 13 | 503 | 113 | 67 |
| Binary | 11100010 | 110101 | 10011111 | 0 | 1001101 | 11110 | 1011 | 101000011 | 1001011 | 110111 |
Color Harmonies of #E2359F
Complementary color
Monochromatic Colors of #E2359F
Black with #E2359F
Text Example
Text Example
White with #E2359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2359F; }
p { color: rgb(226,53,159); }
H1.HeaderClassName
{
color: #E2359F;
}
.AnyTagClassName
{
color: #E2359F;
}
</style>
background-color css
<style>
a { background-color: #E2359F; }
a { background-color: rgb(226,53,159); }
div.DivClassName
{
background-color: #E2359F;
}
.BgClassName
{
background-color: #E2359F;
}
</style>
border-color css
<style>
span { border-color: #E2359F; }
span { border-color: rgb(226,53,159); }
td.TdClassName
{
border-color: #E2359F;
}
.TagClassName
{
border-color: #E2359F;
}
</style>