Shades of Deep Cerise #E21B7F
Tints of Deep Cerise #E21B7F
RGB
CMYK
RGB Variations
Color information
#E21B7F (or 0xE21B7F) is known color: Deep Cerise. HEX triplet: E2, 1B and 7F. RGB value is (226,27,127). Sum of RGB (Red+Green+Blue) = 226+27+127=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B7F is #1DE480. Grayscale: #616161. Windows color (decimal): -1959041 or 8330210. OLE color: 8330210.
HSL color Cylindrical-coordinate representation of color #E21B7F: hue angle of 329.85º 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 #E21B7F is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 127 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.11 |
| HSL | 329.85º | 0.79% | 0.5% | - |
| HSV(B) | 329.85º | 0.88% | 0.89% | - |
| XYZ | 35.59 | 18.48 | 21.77 | - |
| YUV | 97.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 127 | 0 | 0.88 | 0.44 | 0.11 | 329.85 | 0.79 | 0.5 |
| Hex | E2 | 1B | 7F | 0 | 58 | 2C | B | 14A | 4F | 32 |
| Octal | 342 | 33 | 177 | 0 | 130 | 54 | 13 | 512 | 117 | 62 |
| Binary | 11100010 | 11011 | 1111111 | 0 | 1011000 | 101100 | 1011 | 101001010 | 1001111 | 110010 |
Color Harmonies of #E21B7F
Complementary color
Monochromatic Colors of #E21B7F
Black with #E21B7F
Text Example
Text Example
White with #E21B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B7F; }
p { color: rgb(226,27,127); }
H1.HeaderClassName
{
color: #E21B7F;
}
.AnyTagClassName
{
color: #E21B7F;
}
</style>
background-color css
<style>
a { background-color: #E21B7F; }
a { background-color: rgb(226,27,127); }
div.DivClassName
{
background-color: #E21B7F;
}
.BgClassName
{
background-color: #E21B7F;
}
</style>
border-color css
<style>
span { border-color: #E21B7F; }
span { border-color: rgb(226,27,127); }
td.TdClassName
{
border-color: #E21B7F;
}
.TagClassName
{
border-color: #E21B7F;
}
</style>