Shades of Deep Cerise #E21B83
Tints of Deep Cerise #E21B83
RGB
CMYK
RGB Variations
Color information
#E21B83 (or 0xE21B83) is known color: Deep Cerise. HEX triplet: E2, 1B and 83. RGB value is (226,27,131). Sum of RGB (Red+Green+Blue) = 226+27+131=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21B83 is #1DE47C. Grayscale: #626262. Windows color (decimal): -1959037 or 8592354. OLE color: 8592354.
HSL color Cylindrical-coordinate representation of color #E21B83: hue angle of 328.64º 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 #E21B83 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 131 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.11 |
| HSL | 328.64º | 0.79% | 0.5% | - |
| HSV(B) | 328.64º | 0.88% | 0.89% | - |
| XYZ | 35.85 | 18.59 | 23.17 | - |
| YUV | 98.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 131 | 0 | 0.88 | 0.42 | 0.11 | 328.64 | 0.79 | 0.5 |
| Hex | E2 | 1B | 83 | 0 | 58 | 2A | B | 149 | 4F | 32 |
| Octal | 342 | 33 | 203 | 0 | 130 | 52 | 13 | 511 | 117 | 62 |
| Binary | 11100010 | 11011 | 10000011 | 0 | 1011000 | 101010 | 1011 | 101001001 | 1001111 | 110010 |
Color Harmonies of #E21B83
Complementary color
Monochromatic Colors of #E21B83
Black with #E21B83
Text Example
Text Example
White with #E21B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B83; }
p { color: rgb(226,27,131); }
H1.HeaderClassName
{
color: #E21B83;
}
.AnyTagClassName
{
color: #E21B83;
}
</style>
background-color css
<style>
a { background-color: #E21B83; }
a { background-color: rgb(226,27,131); }
div.DivClassName
{
background-color: #E21B83;
}
.BgClassName
{
background-color: #E21B83;
}
</style>
border-color css
<style>
span { border-color: #E21B83; }
span { border-color: rgb(226,27,131); }
td.TdClassName
{
border-color: #E21B83;
}
.TagClassName
{
border-color: #E21B83;
}
</style>