Shades of Deep Cerise #E21A8B
Tints of Deep Cerise #E21A8B
RGB
CMYK
RGB Variations
Color information
#E21A8B (or 0xE21A8B) is known color: Deep Cerise. HEX triplet: E2, 1A and 8B. RGB value is (226,26,139). Sum of RGB (Red+Green+Blue) = 226+26+139=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A8B is #1DE574. Grayscale: #626262. Windows color (decimal): -1959285 or 9116386. OLE color: 9116386.
HSL color Cylindrical-coordinate representation of color #E21A8B: hue angle of 326.1º 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 #E21A8B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 139 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.11 |
| HSL | 326.1º | 0.79% | 0.49% | - |
| HSV(B) | 326.1º | 0.88% | 0.89% | - |
| XYZ | 36.39 | 18.77 | 26.13 | - |
| YUV | 98.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 139 | 0 | 0.88 | 0.38 | 0.11 | 326.1 | 0.79 | 0.49 |
| Hex | E2 | 1A | 8B | 0 | 58 | 26 | B | 146 | 4F | 31 |
| Octal | 342 | 32 | 213 | 0 | 130 | 46 | 13 | 506 | 117 | 61 |
| Binary | 11100010 | 11010 | 10001011 | 0 | 1011000 | 100110 | 1011 | 101000110 | 1001111 | 110001 |
Color Harmonies of #E21A8B
Complementary color
Monochromatic Colors of #E21A8B
Black with #E21A8B
Text Example
Text Example
White with #E21A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A8B; }
p { color: rgb(226,26,139); }
H1.HeaderClassName
{
color: #E21A8B;
}
.AnyTagClassName
{
color: #E21A8B;
}
</style>
background-color css
<style>
a { background-color: #E21A8B; }
a { background-color: rgb(226,26,139); }
div.DivClassName
{
background-color: #E21A8B;
}
.BgClassName
{
background-color: #E21A8B;
}
</style>
border-color css
<style>
span { border-color: #E21A8B; }
span { border-color: rgb(226,26,139); }
td.TdClassName
{
border-color: #E21A8B;
}
.TagClassName
{
border-color: #E21A8B;
}
</style>