Shades of Shocking Pink #E121BC
Tints of Shocking Pink #E121BC
RGB
CMYK
RGB Variations
Color information
#E121BC (or 0xE121BC) is known color: Shocking Pink. HEX triplet: E1, 21 and BC. RGB value is (225,33,188). Sum of RGB (Red+Green+Blue) = 225+33+188=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E121BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121BC is #1EDE43. Grayscale: #6B6B6B. Windows color (decimal): -2022980 or 12329441. OLE color: 12329441.
HSL color Cylindrical-coordinate representation of color #E121BC: hue angle of 311.56º 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 #E121BC is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 188 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.12 |
| HSL | 311.56º | 0.76% | 0.51% | - |
| HSV(B) | 311.56º | 0.85% | 0.88% | - |
| XYZ | 40.67 | 20.73 | 49.43 | - |
| YUV | 108.08 | 173.11 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 188 | 0 | 0.85 | 0.16 | 0.12 | 311.56 | 0.76 | 0.51 |
| Hex | E1 | 21 | BC | 0 | 55 | 10 | C | 138 | 4C | 33 |
| Octal | 341 | 41 | 274 | 0 | 125 | 20 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100001 | 10111100 | 0 | 1010101 | 10000 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E121BC
Complementary color
Monochromatic Colors of #E121BC
Black with #E121BC
Text Example
Text Example
White with #E121BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121BC; }
p { color: rgb(225,33,188); }
H1.HeaderClassName
{
color: #E121BC;
}
.AnyTagClassName
{
color: #E121BC;
}
</style>
background-color css
<style>
a { background-color: #E121BC; }
a { background-color: rgb(225,33,188); }
div.DivClassName
{
background-color: #E121BC;
}
.BgClassName
{
background-color: #E121BC;
}
</style>
border-color css
<style>
span { border-color: #E121BC; }
span { border-color: rgb(225,33,188); }
td.TdClassName
{
border-color: #E121BC;
}
.TagClassName
{
border-color: #E121BC;
}
</style>