Shades of Shocking Pink #E21DBA
Tints of Shocking Pink #E21DBA
RGB
CMYK
RGB Variations
Color information
#E21DBA (or 0xE21DBA) is known color: Shocking Pink. HEX triplet: E2, 1D and BA. RGB value is (226,29,186). Sum of RGB (Red+Green+Blue) = 226+29+186=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DBA is #1DE245. Grayscale: #696969. Windows color (decimal): -1958470 or 12197346. OLE color: 12197346.
HSL color Cylindrical-coordinate representation of color #E21DBA: hue angle of 312.18º 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 #E21DBA is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 186 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.11 |
| HSL | 312.18º | 0.77% | 0.5% | - |
| HSV(B) | 312.18º | 0.87% | 0.89% | - |
| XYZ | 40.67 | 20.59 | 48.29 | - |
| YUV | 105.8 | 173.27 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 186 | 0 | 0.87 | 0.18 | 0.11 | 312.18 | 0.77 | 0.5 |
| Hex | E2 | 1D | BA | 0 | 57 | 12 | B | 138 | 4D | 32 |
| Octal | 342 | 35 | 272 | 0 | 127 | 22 | 13 | 470 | 115 | 62 |
| Binary | 11100010 | 11101 | 10111010 | 0 | 1010111 | 10010 | 1011 | 100111000 | 1001101 | 110010 |
Color Harmonies of #E21DBA
Complementary color
Monochromatic Colors of #E21DBA
Black with #E21DBA
Text Example
Text Example
White with #E21DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DBA; }
p { color: rgb(226,29,186); }
H1.HeaderClassName
{
color: #E21DBA;
}
.AnyTagClassName
{
color: #E21DBA;
}
</style>
background-color css
<style>
a { background-color: #E21DBA; }
a { background-color: rgb(226,29,186); }
div.DivClassName
{
background-color: #E21DBA;
}
.BgClassName
{
background-color: #E21DBA;
}
</style>
border-color css
<style>
span { border-color: #E21DBA; }
span { border-color: rgb(226,29,186); }
td.TdClassName
{
border-color: #E21DBA;
}
.TagClassName
{
border-color: #E21DBA;
}
</style>