Shades of Deep Cerise #E01B9A
Tints of Deep Cerise #E01B9A
RGB
CMYK
RGB Variations
Color information
#E01B9A (or 0xE01B9A) is known color: Deep Cerise. HEX triplet: E0, 1B and 9A. RGB value is (224,27,154). Sum of RGB (Red+Green+Blue) = 224+27+154=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01B9A is #1FE465. Grayscale: #646464. Windows color (decimal): -2090086 or 10099680. OLE color: 10099680.
HSL color Cylindrical-coordinate representation of color #E01B9A: hue angle of 321.32º 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 #E01B9A is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 154 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.12 |
| HSL | 321.32º | 0.78% | 0.49% | - |
| HSV(B) | 321.32º | 0.88% | 0.88% | - |
| XYZ | 36.97 | 18.96 | 32.28 | - |
| YUV | 100.38 | 158.27 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 154 | 0 | 0.88 | 0.31 | 0.12 | 321.32 | 0.78 | 0.49 |
| Hex | E0 | 1B | 9A | 0 | 58 | 1F | C | 141 | 4E | 31 |
| Octal | 340 | 33 | 232 | 0 | 130 | 37 | 14 | 501 | 116 | 61 |
| Binary | 11100000 | 11011 | 10011010 | 0 | 1011000 | 11111 | 1100 | 101000001 | 1001110 | 110001 |
Color Harmonies of #E01B9A
Complementary color
Monochromatic Colors of #E01B9A
Black with #E01B9A
Text Example
Text Example
White with #E01B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B9A; }
p { color: rgb(224,27,154); }
H1.HeaderClassName
{
color: #E01B9A;
}
.AnyTagClassName
{
color: #E01B9A;
}
</style>
background-color css
<style>
a { background-color: #E01B9A; }
a { background-color: rgb(224,27,154); }
div.DivClassName
{
background-color: #E01B9A;
}
.BgClassName
{
background-color: #E01B9A;
}
</style>
border-color css
<style>
span { border-color: #E01B9A; }
span { border-color: rgb(224,27,154); }
td.TdClassName
{
border-color: #E01B9A;
}
.TagClassName
{
border-color: #E01B9A;
}
</style>