Shades of Deep Cerise #E01C8C
Tints of Deep Cerise #E01C8C
RGB
CMYK
RGB Variations
Color information
#E01C8C (or 0xE01C8C) is known color: Deep Cerise. HEX triplet: E0, 1C and 8C. RGB value is (224,28,140). Sum of RGB (Red+Green+Blue) = 224+28+140=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C8C is #1FE373. Grayscale: #636363. Windows color (decimal): -2089844 or 9182432. OLE color: 9182432.
HSL color Cylindrical-coordinate representation of color #E01C8C: hue angle of 325.71º 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 #E01C8C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 140 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.12 |
| HSL | 325.71º | 0.78% | 0.49% | - |
| HSV(B) | 325.71º | 0.88% | 0.88% | - |
| XYZ | 35.89 | 18.57 | 26.5 | - |
| YUV | 99.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 140 | 0 | 0.88 | 0.38 | 0.12 | 325.71 | 0.78 | 0.49 |
| Hex | E0 | 1C | 8C | 0 | 58 | 26 | C | 146 | 4E | 31 |
| Octal | 340 | 34 | 214 | 0 | 130 | 46 | 14 | 506 | 116 | 61 |
| Binary | 11100000 | 11100 | 10001100 | 0 | 1011000 | 100110 | 1100 | 101000110 | 1001110 | 110001 |
Color Harmonies of #E01C8C
Complementary color
Monochromatic Colors of #E01C8C
Black with #E01C8C
Text Example
Text Example
White with #E01C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C8C; }
p { color: rgb(224,28,140); }
H1.HeaderClassName
{
color: #E01C8C;
}
.AnyTagClassName
{
color: #E01C8C;
}
</style>
background-color css
<style>
a { background-color: #E01C8C; }
a { background-color: rgb(224,28,140); }
div.DivClassName
{
background-color: #E01C8C;
}
.BgClassName
{
background-color: #E01C8C;
}
</style>
border-color css
<style>
span { border-color: #E01C8C; }
span { border-color: rgb(224,28,140); }
td.TdClassName
{
border-color: #E01C8C;
}
.TagClassName
{
border-color: #E01C8C;
}
</style>