Shades of Deep Cerise #E21B7C
Tints of Deep Cerise #E21B7C
RGB
CMYK
RGB Variations
Color information
#E21B7C (or 0xE21B7C) is known color: Deep Cerise. HEX triplet: E2, 1B and 7C. RGB value is (226,27,124). Sum of RGB (Red+Green+Blue) = 226+27+124=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B7C is #1DE483. Grayscale: #616161. Windows color (decimal): -1959044 or 8133602. OLE color: 8133602.
HSL color Cylindrical-coordinate representation of color #E21B7C: hue angle of 330.75º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21B7C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 124 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.11 |
| HSL | 330.75º | 0.79% | 0.5% | - |
| HSV(B) | 330.75º | 0.88% | 0.89% | - |
| XYZ | 35.39 | 18.41 | 20.76 | - |
| YUV | 97.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 124 | 0 | 0.88 | 0.45 | 0.11 | 330.75 | 0.79 | 0.5 |
| Hex | E2 | 1B | 7C | 0 | 58 | 2D | B | 14B | 4F | 32 |
| Octal | 342 | 33 | 174 | 0 | 130 | 55 | 13 | 513 | 117 | 62 |
| Binary | 11100010 | 11011 | 1111100 | 0 | 1011000 | 101101 | 1011 | 101001011 | 1001111 | 110010 |
Color Harmonies of #E21B7C
Complementary color
Monochromatic Colors of #E21B7C
Black with #E21B7C
Text Example
Text Example
White with #E21B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B7C; }
p { color: rgb(226,27,124); }
H1.HeaderClassName
{
color: #E21B7C;
}
.AnyTagClassName
{
color: #E21B7C;
}
</style>
background-color css
<style>
a { background-color: #E21B7C; }
a { background-color: rgb(226,27,124); }
div.DivClassName
{
background-color: #E21B7C;
}
.BgClassName
{
background-color: #E21B7C;
}
</style>
border-color css
<style>
span { border-color: #E21B7C; }
span { border-color: rgb(226,27,124); }
td.TdClassName
{
border-color: #E21B7C;
}
.TagClassName
{
border-color: #E21B7C;
}
</style>