Shades of Deep Cerise #E01C83
Tints of Deep Cerise #E01C83
RGB
CMYK
RGB Variations
Color information
#E01C83 (or 0xE01C83) is known color: Deep Cerise. HEX triplet: E0, 1C and 83. RGB value is (224,28,131). Sum of RGB (Red+Green+Blue) = 224+28+131=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C83 is #1FE37C. Grayscale: #626262. Windows color (decimal): -2089853 or 8592608. OLE color: 8592608.
HSL color Cylindrical-coordinate representation of color #E01C83: hue angle of 328.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C83 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 131 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.12 |
| HSL | 328.47º | 0.78% | 0.49% | - |
| HSV(B) | 328.47º | 0.88% | 0.88% | - |
| XYZ | 35.25 | 18.32 | 23.15 | - |
| YUV | 98.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 131 | 0 | 0.88 | 0.42 | 0.12 | 328.47 | 0.78 | 0.49 |
| Hex | E0 | 1C | 83 | 0 | 58 | 2A | C | 148 | 4E | 31 |
| Octal | 340 | 34 | 203 | 0 | 130 | 52 | 14 | 510 | 116 | 61 |
| Binary | 11100000 | 11100 | 10000011 | 0 | 1011000 | 101010 | 1100 | 101001000 | 1001110 | 110001 |
Color Harmonies of #E01C83
Complementary color
Monochromatic Colors of #E01C83
Black with #E01C83
Text Example
Text Example
White with #E01C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C83; }
p { color: rgb(224,28,131); }
H1.HeaderClassName
{
color: #E01C83;
}
.AnyTagClassName
{
color: #E01C83;
}
</style>
background-color css
<style>
a { background-color: #E01C83; }
a { background-color: rgb(224,28,131); }
div.DivClassName
{
background-color: #E01C83;
}
.BgClassName
{
background-color: #E01C83;
}
</style>
border-color css
<style>
span { border-color: #E01C83; }
span { border-color: rgb(224,28,131); }
td.TdClassName
{
border-color: #E01C83;
}
.TagClassName
{
border-color: #E01C83;
}
</style>