Shades of Deep Cerise #E21B89
Tints of Deep Cerise #E21B89
RGB
CMYK
RGB Variations
Color information
#E21B89 (or 0xE21B89) is known color: Deep Cerise. HEX triplet: E2, 1B and 89. RGB value is (226,27,137). Sum of RGB (Red+Green+Blue) = 226+27+137=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21B89 is #1DE476. Grayscale: #626262. Windows color (decimal): -1959031 or 8985570. OLE color: 8985570.
HSL color Cylindrical-coordinate representation of color #E21B89: hue angle of 326.83º 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 #E21B89 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 137 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.11 |
| HSL | 326.83º | 0.79% | 0.5% | - |
| HSV(B) | 326.83º | 0.88% | 0.89% | - |
| XYZ | 36.27 | 18.76 | 25.38 | - |
| YUV | 99.04 | 149.43 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 137 | 0 | 0.88 | 0.39 | 0.11 | 326.83 | 0.79 | 0.5 |
| Hex | E2 | 1B | 89 | 0 | 58 | 27 | B | 147 | 4F | 32 |
| Octal | 342 | 33 | 211 | 0 | 130 | 47 | 13 | 507 | 117 | 62 |
| Binary | 11100010 | 11011 | 10001001 | 0 | 1011000 | 100111 | 1011 | 101000111 | 1001111 | 110010 |
Color Harmonies of #E21B89
Complementary color
Monochromatic Colors of #E21B89
Black with #E21B89
Text Example
Text Example
White with #E21B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B89; }
p { color: rgb(226,27,137); }
H1.HeaderClassName
{
color: #E21B89;
}
.AnyTagClassName
{
color: #E21B89;
}
</style>
background-color css
<style>
a { background-color: #E21B89; }
a { background-color: rgb(226,27,137); }
div.DivClassName
{
background-color: #E21B89;
}
.BgClassName
{
background-color: #E21B89;
}
</style>
border-color css
<style>
span { border-color: #E21B89; }
span { border-color: rgb(226,27,137); }
td.TdClassName
{
border-color: #E21B89;
}
.TagClassName
{
border-color: #E21B89;
}
</style>