Shades of Deep Cerise #E21D8B
Tints of Deep Cerise #E21D8B
RGB
CMYK
RGB Variations
Color information
#E21D8B (or 0xE21D8B) is known color: Deep Cerise. HEX triplet: E2, 1D and 8B. RGB value is (226,29,139). Sum of RGB (Red+Green+Blue) = 226+29+139=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21D8B is #1DE274. Grayscale: #646464. Windows color (decimal): -1958517 or 9117154. OLE color: 9117154.
HSL color Cylindrical-coordinate representation of color #E21D8B: hue angle of 326.5º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D8B is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 139 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.11 |
| HSL | 326.5º | 0.77% | 0.5% | - |
| HSV(B) | 326.5º | 0.87% | 0.89% | - |
| XYZ | 36.46 | 18.91 | 26.15 | - |
| YUV | 100.44 | 149.77 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 139 | 0 | 0.87 | 0.38 | 0.11 | 326.5 | 0.77 | 0.5 |
| Hex | E2 | 1D | 8B | 0 | 57 | 26 | B | 146 | 4D | 32 |
| Octal | 342 | 35 | 213 | 0 | 127 | 46 | 13 | 506 | 115 | 62 |
| Binary | 11100010 | 11101 | 10001011 | 0 | 1010111 | 100110 | 1011 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E21D8B
Complementary color
Monochromatic Colors of #E21D8B
Black with #E21D8B
Text Example
Text Example
White with #E21D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D8B; }
p { color: rgb(226,29,139); }
H1.HeaderClassName
{
color: #E21D8B;
}
.AnyTagClassName
{
color: #E21D8B;
}
</style>
background-color css
<style>
a { background-color: #E21D8B; }
a { background-color: rgb(226,29,139); }
div.DivClassName
{
background-color: #E21D8B;
}
.BgClassName
{
background-color: #E21D8B;
}
</style>
border-color css
<style>
span { border-color: #E21D8B; }
span { border-color: rgb(226,29,139); }
td.TdClassName
{
border-color: #E21D8B;
}
.TagClassName
{
border-color: #E21D8B;
}
</style>