Shades of Deep Cerise #E01B7A
Tints of Deep Cerise #E01B7A
RGB
CMYK
RGB Variations
Color information
#E01B7A (or 0xE01B7A) is known color: Deep Cerise. HEX triplet: E0, 1B and 7A. RGB value is (224,27,122). Sum of RGB (Red+Green+Blue) = 224+27+122=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B7A is #1FE485. Grayscale: #606060. Windows color (decimal): -2090118 or 8002528. OLE color: 8002528.
HSL color Cylindrical-coordinate representation of color #E01B7A: hue angle of 331.07º 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 #E01B7A is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 122 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.12 |
| HSL | 331.07º | 0.78% | 0.49% | - |
| HSV(B) | 331.07º | 0.88% | 0.88% | - |
| XYZ | 34.65 | 18.04 | 20.07 | - |
| YUV | 96.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 122 | 0 | 0.88 | 0.46 | 0.12 | 331.07 | 0.78 | 0.49 |
| Hex | E0 | 1B | 7A | 0 | 58 | 2E | C | 14B | 4E | 31 |
| Octal | 340 | 33 | 172 | 0 | 130 | 56 | 14 | 513 | 116 | 61 |
| Binary | 11100000 | 11011 | 1111010 | 0 | 1011000 | 101110 | 1100 | 101001011 | 1001110 | 110001 |
Color Harmonies of #E01B7A
Complementary color
Monochromatic Colors of #E01B7A
Black with #E01B7A
Text Example
Text Example
White with #E01B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B7A; }
p { color: rgb(224,27,122); }
H1.HeaderClassName
{
color: #E01B7A;
}
.AnyTagClassName
{
color: #E01B7A;
}
</style>
background-color css
<style>
a { background-color: #E01B7A; }
a { background-color: rgb(224,27,122); }
div.DivClassName
{
background-color: #E01B7A;
}
.BgClassName
{
background-color: #E01B7A;
}
</style>
border-color css
<style>
span { border-color: #E01B7A; }
span { border-color: rgb(224,27,122); }
td.TdClassName
{
border-color: #E01B7A;
}
.TagClassName
{
border-color: #E01B7A;
}
</style>