Shades of Deep Cerise #E21B7E
Tints of Deep Cerise #E21B7E
RGB
CMYK
RGB Variations
Color information
#E21B7E (or 0xE21B7E) is known color: Deep Cerise. HEX triplet: E2, 1B and 7E. RGB value is (226,27,126). Sum of RGB (Red+Green+Blue) = 226+27+126=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B7E is #1DE481. Grayscale: #616161. Windows color (decimal): -1959042 or 8264674. OLE color: 8264674.
HSL color Cylindrical-coordinate representation of color #E21B7E: hue angle of 330.15º 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 #E21B7E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 126 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.11 |
| HSL | 330.15º | 0.79% | 0.5% | - |
| HSV(B) | 330.15º | 0.88% | 0.89% | - |
| XYZ | 35.52 | 18.46 | 21.43 | - |
| YUV | 97.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 126 | 0 | 0.88 | 0.44 | 0.11 | 330.15 | 0.79 | 0.5 |
| Hex | E2 | 1B | 7E | 0 | 58 | 2C | B | 14A | 4F | 32 |
| Octal | 342 | 33 | 176 | 0 | 130 | 54 | 13 | 512 | 117 | 62 |
| Binary | 11100010 | 11011 | 1111110 | 0 | 1011000 | 101100 | 1011 | 101001010 | 1001111 | 110010 |
Color Harmonies of #E21B7E
Complementary color
Monochromatic Colors of #E21B7E
Black with #E21B7E
Text Example
Text Example
White with #E21B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B7E; }
p { color: rgb(226,27,126); }
H1.HeaderClassName
{
color: #E21B7E;
}
.AnyTagClassName
{
color: #E21B7E;
}
</style>
background-color css
<style>
a { background-color: #E21B7E; }
a { background-color: rgb(226,27,126); }
div.DivClassName
{
background-color: #E21B7E;
}
.BgClassName
{
background-color: #E21B7E;
}
</style>
border-color css
<style>
span { border-color: #E21B7E; }
span { border-color: rgb(226,27,126); }
td.TdClassName
{
border-color: #E21B7E;
}
.TagClassName
{
border-color: #E21B7E;
}
</style>