Shades of Deep Cerise #E42F93
Tints of Deep Cerise #E42F93
RGB
CMYK
RGB Variations
Color information
#E42F93 (or 0xE42F93) is known color: Deep Cerise. HEX triplet: E4, 2F and 93. RGB value is (228,47,147). Sum of RGB (Red+Green+Blue) = 228+47+147=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42F93 is #1BD06C. Grayscale: #707070. Windows color (decimal): -1822829 or 9646052. OLE color: 9646052.
HSL color Cylindrical-coordinate representation of color #E42F93: hue angle of 326.85º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42F93 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 147 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.11 |
| HSL | 326.85º | 0.77% | 0.54% | - |
| HSV(B) | 326.85º | 0.79% | 0.89% | - |
| XYZ | 38.28 | 20.63 | 29.57 | - |
| YUV | 112.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 147 | 0 | 0.79 | 0.36 | 0.11 | 326.85 | 0.77 | 0.54 |
| Hex | E4 | 2F | 93 | 0 | 4F | 24 | B | 147 | 4D | 36 |
| Octal | 344 | 57 | 223 | 0 | 117 | 44 | 13 | 507 | 115 | 66 |
| Binary | 11100100 | 101111 | 10010011 | 0 | 1001111 | 100100 | 1011 | 101000111 | 1001101 | 110110 |
Color Harmonies of #E42F93
Complementary color
Monochromatic Colors of #E42F93
Black with #E42F93
Text Example
Text Example
White with #E42F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F93; }
p { color: rgb(228,47,147); }
H1.HeaderClassName
{
color: #E42F93;
}
.AnyTagClassName
{
color: #E42F93;
}
</style>
background-color css
<style>
a { background-color: #E42F93; }
a { background-color: rgb(228,47,147); }
div.DivClassName
{
background-color: #E42F93;
}
.BgClassName
{
background-color: #E42F93;
}
</style>
border-color css
<style>
span { border-color: #E42F93; }
span { border-color: rgb(228,47,147); }
td.TdClassName
{
border-color: #E42F93;
}
.TagClassName
{
border-color: #E42F93;
}
</style>