Shades of Deep Cerise #E42F86
Tints of Deep Cerise #E42F86
RGB
CMYK
RGB Variations
Color information
#E42F86 (or 0xE42F86) is known color: Deep Cerise. HEX triplet: E4, 2F and 86. RGB value is (228,47,134). Sum of RGB (Red+Green+Blue) = 228+47+134=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42F86 is #1BD079. Grayscale: #6E6E6E. Windows color (decimal): -1822842 or 8794084. OLE color: 8794084.
HSL color Cylindrical-coordinate representation of color #E42F86: hue angle of 331.16º 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 #E42F86 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 134 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.11 |
| HSL | 331.16º | 0.77% | 0.54% | - |
| HSV(B) | 331.16º | 0.79% | 0.89% | - |
| XYZ | 37.31 | 20.25 | 24.5 | - |
| YUV | 111.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 134 | 0 | 0.79 | 0.41 | 0.11 | 331.16 | 0.77 | 0.54 |
| Hex | E4 | 2F | 86 | 0 | 4F | 29 | B | 14B | 4D | 36 |
| Octal | 344 | 57 | 206 | 0 | 117 | 51 | 13 | 513 | 115 | 66 |
| Binary | 11100100 | 101111 | 10000110 | 0 | 1001111 | 101001 | 1011 | 101001011 | 1001101 | 110110 |
Color Harmonies of #E42F86
Complementary color
Monochromatic Colors of #E42F86
Black with #E42F86
Text Example
Text Example
White with #E42F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F86; }
p { color: rgb(228,47,134); }
H1.HeaderClassName
{
color: #E42F86;
}
.AnyTagClassName
{
color: #E42F86;
}
</style>
background-color css
<style>
a { background-color: #E42F86; }
a { background-color: rgb(228,47,134); }
div.DivClassName
{
background-color: #E42F86;
}
.BgClassName
{
background-color: #E42F86;
}
</style>
border-color css
<style>
span { border-color: #E42F86; }
span { border-color: rgb(228,47,134); }
td.TdClassName
{
border-color: #E42F86;
}
.TagClassName
{
border-color: #E42F86;
}
</style>