Shades of Deep Cerise #E42C85
Tints of Deep Cerise #E42C85
RGB
CMYK
RGB Variations
Color information
#E42C85 (or 0xE42C85) is known color: Deep Cerise. HEX triplet: E4, 2C and 85. RGB value is (228,44,133). Sum of RGB (Red+Green+Blue) = 228+44+133=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42C85 is #1BD37A. Grayscale: #6C6C6C. Windows color (decimal): -1823611 or 8727780. OLE color: 8727780.
HSL color Cylindrical-coordinate representation of color #E42C85: hue angle of 330.98º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42C85 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 133 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.11 |
| HSL | 330.98º | 0.77% | 0.53% | - |
| HSV(B) | 330.98º | 0.81% | 0.89% | - |
| XYZ | 37.13 | 19.99 | 24.09 | - |
| YUV | 109.16 | 141.46 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 133 | 0 | 0.81 | 0.42 | 0.11 | 330.98 | 0.77 | 0.53 |
| Hex | E4 | 2C | 85 | 0 | 51 | 2A | B | 14B | 4D | 35 |
| Octal | 344 | 54 | 205 | 0 | 121 | 52 | 13 | 513 | 115 | 65 |
| Binary | 11100100 | 101100 | 10000101 | 0 | 1010001 | 101010 | 1011 | 101001011 | 1001101 | 110101 |
Color Harmonies of #E42C85
Complementary color
Monochromatic Colors of #E42C85
Black with #E42C85
Text Example
Text Example
White with #E42C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C85; }
p { color: rgb(228,44,133); }
H1.HeaderClassName
{
color: #E42C85;
}
.AnyTagClassName
{
color: #E42C85;
}
</style>
background-color css
<style>
a { background-color: #E42C85; }
a { background-color: rgb(228,44,133); }
div.DivClassName
{
background-color: #E42C85;
}
.BgClassName
{
background-color: #E42C85;
}
</style>
border-color css
<style>
span { border-color: #E42C85; }
span { border-color: rgb(228,44,133); }
td.TdClassName
{
border-color: #E42C85;
}
.TagClassName
{
border-color: #E42C85;
}
</style>