Shades of Deep Cerise #E21C85
Tints of Deep Cerise #E21C85
RGB
CMYK
RGB Variations
Color information
#E21C85 (or 0xE21C85) is known color: Deep Cerise. HEX triplet: E2, 1C and 85. RGB value is (226,28,133). Sum of RGB (Red+Green+Blue) = 226+28+133=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C85 is #1DE37A. Grayscale: #626262. Windows color (decimal): -1958779 or 8723682. OLE color: 8723682.
HSL color Cylindrical-coordinate representation of color #E21C85: hue angle of 328.18º degrees, saturation: 0.78, 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 #E21C85 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 133 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.11 |
| HSL | 328.18º | 0.78% | 0.5% | - |
| HSV(B) | 328.18º | 0.88% | 0.89% | - |
| XYZ | 36.01 | 18.69 | 23.9 | - |
| YUV | 99.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 133 | 0 | 0.88 | 0.41 | 0.11 | 328.18 | 0.78 | 0.5 |
| Hex | E2 | 1C | 85 | 0 | 58 | 29 | B | 148 | 4E | 32 |
| Octal | 342 | 34 | 205 | 0 | 130 | 51 | 13 | 510 | 116 | 62 |
| Binary | 11100010 | 11100 | 10000101 | 0 | 1011000 | 101001 | 1011 | 101001000 | 1001110 | 110010 |
Color Harmonies of #E21C85
Complementary color
Monochromatic Colors of #E21C85
Black with #E21C85
Text Example
Text Example
White with #E21C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C85; }
p { color: rgb(226,28,133); }
H1.HeaderClassName
{
color: #E21C85;
}
.AnyTagClassName
{
color: #E21C85;
}
</style>
background-color css
<style>
a { background-color: #E21C85; }
a { background-color: rgb(226,28,133); }
div.DivClassName
{
background-color: #E21C85;
}
.BgClassName
{
background-color: #E21C85;
}
</style>
border-color css
<style>
span { border-color: #E21C85; }
span { border-color: rgb(226,28,133); }
td.TdClassName
{
border-color: #E21C85;
}
.TagClassName
{
border-color: #E21C85;
}
</style>