Shades of Deep Cerise #E01C7D
Tints of Deep Cerise #E01C7D
RGB
CMYK
RGB Variations
Color information
#E01C7D (or 0xE01C7D) is known color: Deep Cerise. HEX triplet: E0, 1C and 7D. RGB value is (224,28,125). Sum of RGB (Red+Green+Blue) = 224+28+125=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C7D is #1FE382. Grayscale: #616161. Windows color (decimal): -2089859 or 8199392. OLE color: 8199392.
HSL color Cylindrical-coordinate representation of color #E01C7D: hue angle of 330.31º 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 #E01C7D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 125 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.12 |
| HSL | 330.31º | 0.78% | 0.49% | - |
| HSV(B) | 330.31º | 0.88% | 0.88% | - |
| XYZ | 34.86 | 18.16 | 21.07 | - |
| YUV | 97.66 | 143.43 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 125 | 0 | 0.88 | 0.44 | 0.12 | 330.31 | 0.78 | 0.49 |
| Hex | E0 | 1C | 7D | 0 | 58 | 2C | C | 14A | 4E | 31 |
| Octal | 340 | 34 | 175 | 0 | 130 | 54 | 14 | 512 | 116 | 61 |
| Binary | 11100000 | 11100 | 1111101 | 0 | 1011000 | 101100 | 1100 | 101001010 | 1001110 | 110001 |
Color Harmonies of #E01C7D
Complementary color
Monochromatic Colors of #E01C7D
Black with #E01C7D
Text Example
Text Example
White with #E01C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C7D; }
p { color: rgb(224,28,125); }
H1.HeaderClassName
{
color: #E01C7D;
}
.AnyTagClassName
{
color: #E01C7D;
}
</style>
background-color css
<style>
a { background-color: #E01C7D; }
a { background-color: rgb(224,28,125); }
div.DivClassName
{
background-color: #E01C7D;
}
.BgClassName
{
background-color: #E01C7D;
}
</style>
border-color css
<style>
span { border-color: #E01C7D; }
span { border-color: rgb(224,28,125); }
td.TdClassName
{
border-color: #E01C7D;
}
.TagClassName
{
border-color: #E01C7D;
}
</style>