Shades of Deep Cerise #E23485
Tints of Deep Cerise #E23485
RGB
CMYK
RGB Variations
Color information
#E23485 (or 0xE23485) is known color: Deep Cerise. HEX triplet: E2, 34 and 85. RGB value is (226,52,133). Sum of RGB (Red+Green+Blue) = 226+52+133=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E23485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23485 is #1DCB7A. Grayscale: #717171. Windows color (decimal): -1952635 or 8729826. OLE color: 8729826.
HSL color Cylindrical-coordinate representation of color #E23485: hue angle of 332.07º 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 #E23485 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 133 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.11 |
| HSL | 332.07º | 0.75% | 0.55% | - |
| HSV(B) | 332.07º | 0.77% | 0.89% | - |
| XYZ | 36.83 | 20.32 | 24.17 | - |
| YUV | 113.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 133 | 0 | 0.77 | 0.41 | 0.11 | 332.07 | 0.75 | 0.55 |
| Hex | E2 | 34 | 85 | 0 | 4D | 29 | B | 14C | 4B | 37 |
| Octal | 342 | 64 | 205 | 0 | 115 | 51 | 13 | 514 | 113 | 67 |
| Binary | 11100010 | 110100 | 10000101 | 0 | 1001101 | 101001 | 1011 | 101001100 | 1001011 | 110111 |
Color Harmonies of #E23485
Complementary color
Monochromatic Colors of #E23485
Black with #E23485
Text Example
Text Example
White with #E23485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23485; }
p { color: rgb(226,52,133); }
H1.HeaderClassName
{
color: #E23485;
}
.AnyTagClassName
{
color: #E23485;
}
</style>
background-color css
<style>
a { background-color: #E23485; }
a { background-color: rgb(226,52,133); }
div.DivClassName
{
background-color: #E23485;
}
.BgClassName
{
background-color: #E23485;
}
</style>
border-color css
<style>
span { border-color: #E23485; }
span { border-color: rgb(226,52,133); }
td.TdClassName
{
border-color: #E23485;
}
.TagClassName
{
border-color: #E23485;
}
</style>