Shades of Deep Cerise #E01C7F
Tints of Deep Cerise #E01C7F
RGB
CMYK
RGB Variations
Color information
#E01C7F (or 0xE01C7F) is known color: Deep Cerise. HEX triplet: E0, 1C and 7F. RGB value is (224,28,127). Sum of RGB (Red+Green+Blue) = 224+28+127=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C7F is #1FE380. Grayscale: #616161. Windows color (decimal): -2089857 or 8330464. OLE color: 8330464.
HSL color Cylindrical-coordinate representation of color #E01C7F: hue angle of 329.69º 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 #E01C7F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 127 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.12 |
| HSL | 329.69º | 0.78% | 0.49% | - |
| HSV(B) | 329.69º | 0.88% | 0.88% | - |
| XYZ | 34.99 | 18.21 | 21.75 | - |
| YUV | 97.89 | 144.43 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 127 | 0 | 0.88 | 0.43 | 0.12 | 329.69 | 0.78 | 0.49 |
| Hex | E0 | 1C | 7F | 0 | 58 | 2B | C | 14A | 4E | 31 |
| Octal | 340 | 34 | 177 | 0 | 130 | 53 | 14 | 512 | 116 | 61 |
| Binary | 11100000 | 11100 | 1111111 | 0 | 1011000 | 101011 | 1100 | 101001010 | 1001110 | 110001 |
Color Harmonies of #E01C7F
Complementary color
Monochromatic Colors of #E01C7F
Black with #E01C7F
Text Example
Text Example
White with #E01C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C7F; }
p { color: rgb(224,28,127); }
H1.HeaderClassName
{
color: #E01C7F;
}
.AnyTagClassName
{
color: #E01C7F;
}
</style>
background-color css
<style>
a { background-color: #E01C7F; }
a { background-color: rgb(224,28,127); }
div.DivClassName
{
background-color: #E01C7F;
}
.BgClassName
{
background-color: #E01C7F;
}
</style>
border-color css
<style>
span { border-color: #E01C7F; }
span { border-color: rgb(224,28,127); }
td.TdClassName
{
border-color: #E01C7F;
}
.TagClassName
{
border-color: #E01C7F;
}
</style>