Shades of Deep Cerise #E42C93
Tints of Deep Cerise #E42C93
RGB
CMYK
RGB Variations
Color information
#E42C93 (or 0xE42C93) is known color: Deep Cerise. HEX triplet: E4, 2C and 93. RGB value is (228,44,147). Sum of RGB (Red+Green+Blue) = 228+44+147=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42C93 is #1BD36C. Grayscale: #6E6E6E. Windows color (decimal): -1823597 or 9645284. OLE color: 9645284.
HSL color Cylindrical-coordinate representation of color #E42C93: hue angle of 326.41º 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 #E42C93 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 147 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.11 |
| HSL | 326.41º | 0.77% | 0.53% | - |
| HSV(B) | 326.41º | 0.81% | 0.89% | - |
| XYZ | 38.16 | 20.4 | 29.53 | - |
| YUV | 110.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 147 | 0 | 0.81 | 0.36 | 0.11 | 326.41 | 0.77 | 0.53 |
| Hex | E4 | 2C | 93 | 0 | 51 | 24 | B | 146 | 4D | 35 |
| Octal | 344 | 54 | 223 | 0 | 121 | 44 | 13 | 506 | 115 | 65 |
| Binary | 11100100 | 101100 | 10010011 | 0 | 1010001 | 100100 | 1011 | 101000110 | 1001101 | 110101 |
Color Harmonies of #E42C93
Complementary color
Monochromatic Colors of #E42C93
Black with #E42C93
Text Example
Text Example
White with #E42C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C93; }
p { color: rgb(228,44,147); }
H1.HeaderClassName
{
color: #E42C93;
}
.AnyTagClassName
{
color: #E42C93;
}
</style>
background-color css
<style>
a { background-color: #E42C93; }
a { background-color: rgb(228,44,147); }
div.DivClassName
{
background-color: #E42C93;
}
.BgClassName
{
background-color: #E42C93;
}
</style>
border-color css
<style>
span { border-color: #E42C93; }
span { border-color: rgb(228,44,147); }
td.TdClassName
{
border-color: #E42C93;
}
.TagClassName
{
border-color: #E42C93;
}
</style>