Shades of Shocking Pink #E21DB5
Tints of Shocking Pink #E21DB5
RGB
CMYK
RGB Variations
Color information
#E21DB5 (or 0xE21DB5) is known color: Shocking Pink. HEX triplet: E2, 1D and B5. RGB value is (226,29,181). Sum of RGB (Red+Green+Blue) = 226+29+181=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DB5 is #1DE24A. Grayscale: #686868. Windows color (decimal): -1958475 or 11869666. OLE color: 11869666.
HSL color Cylindrical-coordinate representation of color #E21DB5: hue angle of 313.71º 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 #E21DB5 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 181 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.11 |
| HSL | 313.71º | 0.77% | 0.5% | - |
| HSV(B) | 313.71º | 0.87% | 0.89% | - |
| XYZ | 40.14 | 20.38 | 45.53 | - |
| YUV | 105.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 181 | 0 | 0.87 | 0.20 | 0.11 | 313.71 | 0.77 | 0.5 |
| Hex | E2 | 1D | B5 | 0 | 57 | 14 | B | 13A | 4D | 32 |
| Octal | 342 | 35 | 265 | 0 | 127 | 24 | 13 | 472 | 115 | 62 |
| Binary | 11100010 | 11101 | 10110101 | 0 | 1010111 | 10100 | 1011 | 100111010 | 1001101 | 110010 |
Color Harmonies of #E21DB5
Complementary color
Monochromatic Colors of #E21DB5
Black with #E21DB5
Text Example
Text Example
White with #E21DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DB5; }
p { color: rgb(226,29,181); }
H1.HeaderClassName
{
color: #E21DB5;
}
.AnyTagClassName
{
color: #E21DB5;
}
</style>
background-color css
<style>
a { background-color: #E21DB5; }
a { background-color: rgb(226,29,181); }
div.DivClassName
{
background-color: #E21DB5;
}
.BgClassName
{
background-color: #E21DB5;
}
</style>
border-color css
<style>
span { border-color: #E21DB5; }
span { border-color: rgb(226,29,181); }
td.TdClassName
{
border-color: #E21DB5;
}
.TagClassName
{
border-color: #E21DB5;
}
</style>