Shades of Shocking Pink #E121BF
Tints of Shocking Pink #E121BF
RGB
CMYK
RGB Variations
Color information
#E121BF (or 0xE121BF) is known color: Shocking Pink. HEX triplet: E1, 21 and BF. RGB value is (225,33,191). Sum of RGB (Red+Green+Blue) = 225+33+191=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E121BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121BF is #1EDE40. Grayscale: #6B6B6B. Windows color (decimal): -2022977 or 12526049. OLE color: 12526049.
HSL color Cylindrical-coordinate representation of color #E121BF: hue angle of 310.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121BF is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 191 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.12 |
| HSL | 310.63º | 0.76% | 0.51% | - |
| HSV(B) | 310.63º | 0.85% | 0.88% | - |
| XYZ | 41 | 20.86 | 51.16 | - |
| YUV | 108.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 191 | 0 | 0.85 | 0.15 | 0.12 | 310.63 | 0.76 | 0.51 |
| Hex | E1 | 21 | BF | 0 | 55 | F | C | 137 | 4C | 33 |
| Octal | 341 | 41 | 277 | 0 | 125 | 17 | 14 | 467 | 114 | 63 |
| Binary | 11100001 | 100001 | 10111111 | 0 | 1010101 | 1111 | 1100 | 100110111 | 1001100 | 110011 |
Color Harmonies of #E121BF
Complementary color
Monochromatic Colors of #E121BF
Black with #E121BF
Text Example
Text Example
White with #E121BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121BF; }
p { color: rgb(225,33,191); }
H1.HeaderClassName
{
color: #E121BF;
}
.AnyTagClassName
{
color: #E121BF;
}
</style>
background-color css
<style>
a { background-color: #E121BF; }
a { background-color: rgb(225,33,191); }
div.DivClassName
{
background-color: #E121BF;
}
.BgClassName
{
background-color: #E121BF;
}
</style>
border-color css
<style>
span { border-color: #E121BF; }
span { border-color: rgb(225,33,191); }
td.TdClassName
{
border-color: #E121BF;
}
.TagClassName
{
border-color: #E121BF;
}
</style>