Shades of Deep Cerise #E21A83
Tints of Deep Cerise #E21A83
RGB
CMYK
RGB Variations
Color information
#E21A83 (or 0xE21A83) is known color: Deep Cerise. HEX triplet: E2, 1A and 83. RGB value is (226,26,131). Sum of RGB (Red+Green+Blue) = 226+26+131=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A83 is #1DE57C. Grayscale: #616161. Windows color (decimal): -1959293 or 8592098. OLE color: 8592098.
HSL color Cylindrical-coordinate representation of color #E21A83: hue angle of 328.5º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A83 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 131 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.11 |
| HSL | 328.5º | 0.79% | 0.49% | - |
| HSV(B) | 328.5º | 0.88% | 0.89% | - |
| XYZ | 35.83 | 18.55 | 23.16 | - |
| YUV | 97.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 131 | 0 | 0.88 | 0.42 | 0.11 | 328.5 | 0.79 | 0.49 |
| Hex | E2 | 1A | 83 | 0 | 58 | 2A | B | 148 | 4F | 31 |
| Octal | 342 | 32 | 203 | 0 | 130 | 52 | 13 | 510 | 117 | 61 |
| Binary | 11100010 | 11010 | 10000011 | 0 | 1011000 | 101010 | 1011 | 101001000 | 1001111 | 110001 |
Color Harmonies of #E21A83
Complementary color
Monochromatic Colors of #E21A83
Black with #E21A83
Text Example
Text Example
White with #E21A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A83; }
p { color: rgb(226,26,131); }
H1.HeaderClassName
{
color: #E21A83;
}
.AnyTagClassName
{
color: #E21A83;
}
</style>
background-color css
<style>
a { background-color: #E21A83; }
a { background-color: rgb(226,26,131); }
div.DivClassName
{
background-color: #E21A83;
}
.BgClassName
{
background-color: #E21A83;
}
</style>
border-color css
<style>
span { border-color: #E21A83; }
span { border-color: rgb(226,26,131); }
td.TdClassName
{
border-color: #E21A83;
}
.TagClassName
{
border-color: #E21A83;
}
</style>