Shades of Deep Cerise #E01B7E
Tints of Deep Cerise #E01B7E
RGB
CMYK
RGB Variations
Color information
#E01B7E (or 0xE01B7E) is known color: Deep Cerise. HEX triplet: E0, 1B and 7E. RGB value is (224,27,126). Sum of RGB (Red+Green+Blue) = 224+27+126=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B7E is #1FE481. Grayscale: #606060. Windows color (decimal): -2090114 or 8264672. OLE color: 8264672.
HSL color Cylindrical-coordinate representation of color #E01B7E: hue angle of 329.85º 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 #E01B7E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 126 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.12 |
| HSL | 329.85º | 0.78% | 0.49% | - |
| HSV(B) | 329.85º | 0.88% | 0.88% | - |
| XYZ | 34.9 | 18.14 | 21.4 | - |
| YUV | 97.19 | 144.27 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 126 | 0 | 0.88 | 0.44 | 0.12 | 329.85 | 0.78 | 0.49 |
| Hex | E0 | 1B | 7E | 0 | 58 | 2C | C | 14A | 4E | 31 |
| Octal | 340 | 33 | 176 | 0 | 130 | 54 | 14 | 512 | 116 | 61 |
| Binary | 11100000 | 11011 | 1111110 | 0 | 1011000 | 101100 | 1100 | 101001010 | 1001110 | 110001 |
Color Harmonies of #E01B7E
Complementary color
Monochromatic Colors of #E01B7E
Black with #E01B7E
Text Example
Text Example
White with #E01B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B7E; }
p { color: rgb(224,27,126); }
H1.HeaderClassName
{
color: #E01B7E;
}
.AnyTagClassName
{
color: #E01B7E;
}
</style>
background-color css
<style>
a { background-color: #E01B7E; }
a { background-color: rgb(224,27,126); }
div.DivClassName
{
background-color: #E01B7E;
}
.BgClassName
{
background-color: #E01B7E;
}
</style>
border-color css
<style>
span { border-color: #E01B7E; }
span { border-color: rgb(224,27,126); }
td.TdClassName
{
border-color: #E01B7E;
}
.TagClassName
{
border-color: #E01B7E;
}
</style>