Shades of Deep Cerise #E42385
Tints of Deep Cerise #E42385
RGB
CMYK
RGB Variations
Color information
#E42385 (or 0xE42385) is known color: Deep Cerise. HEX triplet: E4, 23 and 85. RGB value is (228,35,133). Sum of RGB (Red+Green+Blue) = 228+35+133=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E42385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42385 is #1BDC7A. Grayscale: #676767. Windows color (decimal): -1825915 or 8725476. OLE color: 8725476.
HSL color Cylindrical-coordinate representation of color #E42385: hue angle of 329.53º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42385 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 133 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.11 |
| HSL | 329.53º | 0.78% | 0.52% | - |
| HSV(B) | 329.53º | 0.85% | 0.89% | - |
| XYZ | 36.83 | 19.39 | 23.99 | - |
| YUV | 103.88 | 144.44 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 133 | 0 | 0.85 | 0.42 | 0.11 | 329.53 | 0.78 | 0.52 |
| Hex | E4 | 23 | 85 | 0 | 55 | 2A | B | 14A | 4E | 34 |
| Octal | 344 | 43 | 205 | 0 | 125 | 52 | 13 | 512 | 116 | 64 |
| Binary | 11100100 | 100011 | 10000101 | 0 | 1010101 | 101010 | 1011 | 101001010 | 1001110 | 110100 |
Color Harmonies of #E42385
Complementary color
Monochromatic Colors of #E42385
Black with #E42385
Text Example
Text Example
White with #E42385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42385; }
p { color: rgb(228,35,133); }
H1.HeaderClassName
{
color: #E42385;
}
.AnyTagClassName
{
color: #E42385;
}
</style>
background-color css
<style>
a { background-color: #E42385; }
a { background-color: rgb(228,35,133); }
div.DivClassName
{
background-color: #E42385;
}
.BgClassName
{
background-color: #E42385;
}
</style>
border-color css
<style>
span { border-color: #E42385; }
span { border-color: rgb(228,35,133); }
td.TdClassName
{
border-color: #E42385;
}
.TagClassName
{
border-color: #E42385;
}
</style>