Shades of Deep Cerise #E2359C
Tints of Deep Cerise #E2359C
RGB
CMYK
RGB Variations
Color information
#E2359C (or 0xE2359C) is known color: Deep Cerise. HEX triplet: E2, 35 and 9C. RGB value is (226,53,156). Sum of RGB (Red+Green+Blue) = 226+53+156=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2359C is #1DCA63. Grayscale: #747474. Windows color (decimal): -1952356 or 10237410. OLE color: 10237410.
HSL color Cylindrical-coordinate representation of color #E2359C: hue angle of 324.28º 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 #E2359C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 156 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.11 |
| HSL | 324.28º | 0.75% | 0.55% | - |
| HSV(B) | 324.28º | 0.77% | 0.89% | - |
| XYZ | 38.64 | 21.12 | 33.49 | - |
| YUV | 116.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 156 | 0 | 0.77 | 0.31 | 0.11 | 324.28 | 0.75 | 0.55 |
| Hex | E2 | 35 | 9C | 0 | 4D | 1F | B | 144 | 4B | 37 |
| Octal | 342 | 65 | 234 | 0 | 115 | 37 | 13 | 504 | 113 | 67 |
| Binary | 11100010 | 110101 | 10011100 | 0 | 1001101 | 11111 | 1011 | 101000100 | 1001011 | 110111 |
Color Harmonies of #E2359C
Complementary color
Monochromatic Colors of #E2359C
Black with #E2359C
Text Example
Text Example
White with #E2359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2359C; }
p { color: rgb(226,53,156); }
H1.HeaderClassName
{
color: #E2359C;
}
.AnyTagClassName
{
color: #E2359C;
}
</style>
background-color css
<style>
a { background-color: #E2359C; }
a { background-color: rgb(226,53,156); }
div.DivClassName
{
background-color: #E2359C;
}
.BgClassName
{
background-color: #E2359C;
}
</style>
border-color css
<style>
span { border-color: #E2359C; }
span { border-color: rgb(226,53,156); }
td.TdClassName
{
border-color: #E2359C;
}
.TagClassName
{
border-color: #E2359C;
}
</style>