Shades of Shocking Pink #E21DBF
Tints of Shocking Pink #E21DBF
RGB
CMYK
RGB Variations
Color information
#E21DBF (or 0xE21DBF) is known color: Shocking Pink. HEX triplet: E2, 1D and BF. RGB value is (226,29,191). Sum of RGB (Red+Green+Blue) = 226+29+191=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DBF is #1DE240. Grayscale: #696969. Windows color (decimal): -1958465 or 12525026. OLE color: 12525026.
HSL color Cylindrical-coordinate representation of color #E21DBF: hue angle of 310.66º 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 #E21DBF is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 191 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.11 |
| HSL | 310.66º | 0.77% | 0.5% | - |
| HSV(B) | 310.66º | 0.87% | 0.89% | - |
| XYZ | 41.21 | 20.81 | 51.13 | - |
| YUV | 106.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 191 | 0 | 0.87 | 0.15 | 0.11 | 310.66 | 0.77 | 0.5 |
| Hex | E2 | 1D | BF | 0 | 57 | F | B | 137 | 4D | 32 |
| Octal | 342 | 35 | 277 | 0 | 127 | 17 | 13 | 467 | 115 | 62 |
| Binary | 11100010 | 11101 | 10111111 | 0 | 1010111 | 1111 | 1011 | 100110111 | 1001101 | 110010 |
Color Harmonies of #E21DBF
Complementary color
Monochromatic Colors of #E21DBF
Black with #E21DBF
Text Example
Text Example
White with #E21DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DBF; }
p { color: rgb(226,29,191); }
H1.HeaderClassName
{
color: #E21DBF;
}
.AnyTagClassName
{
color: #E21DBF;
}
</style>
background-color css
<style>
a { background-color: #E21DBF; }
a { background-color: rgb(226,29,191); }
div.DivClassName
{
background-color: #E21DBF;
}
.BgClassName
{
background-color: #E21DBF;
}
</style>
border-color css
<style>
span { border-color: #E21DBF; }
span { border-color: rgb(226,29,191); }
td.TdClassName
{
border-color: #E21DBF;
}
.TagClassName
{
border-color: #E21DBF;
}
</style>