Shades of Shocking Pink #E11DBF
Tints of Shocking Pink #E11DBF
RGB
CMYK
RGB Variations
Color information
#E11DBF (or 0xE11DBF) is known color: Shocking Pink. HEX triplet: E1, 1D and BF. RGB value is (225,29,191). Sum of RGB (Red+Green+Blue) = 225+29+191=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DBF is #1EE240. Grayscale: #696969. Windows color (decimal): -2024001 or 12525025. OLE color: 12525025.
HSL color Cylindrical-coordinate representation of color #E11DBF: hue angle of 310.41º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DBF is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 191 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.12 |
| HSL | 310.41º | 0.77% | 0.5% | - |
| HSV(B) | 310.41º | 0.87% | 0.88% | - |
| XYZ | 40.89 | 20.65 | 51.12 | - |
| YUV | 106.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 191 | 0 | 0.87 | 0.15 | 0.12 | 310.41 | 0.77 | 0.5 |
| Hex | E1 | 1D | BF | 0 | 57 | F | C | 136 | 4D | 32 |
| Octal | 341 | 35 | 277 | 0 | 127 | 17 | 14 | 466 | 115 | 62 |
| Binary | 11100001 | 11101 | 10111111 | 0 | 1010111 | 1111 | 1100 | 100110110 | 1001101 | 110010 |
Color Harmonies of #E11DBF
Complementary color
Monochromatic Colors of #E11DBF
Black with #E11DBF
Text Example
Text Example
White with #E11DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DBF; }
p { color: rgb(225,29,191); }
H1.HeaderClassName
{
color: #E11DBF;
}
.AnyTagClassName
{
color: #E11DBF;
}
</style>
background-color css
<style>
a { background-color: #E11DBF; }
a { background-color: rgb(225,29,191); }
div.DivClassName
{
background-color: #E11DBF;
}
.BgClassName
{
background-color: #E11DBF;
}
</style>
border-color css
<style>
span { border-color: #E11DBF; }
span { border-color: rgb(225,29,191); }
td.TdClassName
{
border-color: #E11DBF;
}
.TagClassName
{
border-color: #E11DBF;
}
</style>