Shades of Shocking Pink #E121C5
Tints of Shocking Pink #E121C5
RGB
CMYK
RGB Variations
Color information
#E121C5 (or 0xE121C5) is known color: Shocking Pink. HEX triplet: E1, 21 and C5. RGB value is (225,33,197). Sum of RGB (Red+Green+Blue) = 225+33+197=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E121C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121C5 is #1EDE3A. Grayscale: #6C6C6C. Windows color (decimal): -2022971 or 12919265. OLE color: 12919265.
HSL color Cylindrical-coordinate representation of color #E121C5: hue angle of 308.75º 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 #E121C5 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 197 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.12 |
| HSL | 308.75º | 0.76% | 0.51% | - |
| HSV(B) | 308.75º | 0.85% | 0.88% | - |
| XYZ | 41.67 | 21.13 | 54.7 | - |
| YUV | 109.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 197 | 0 | 0.85 | 0.12 | 0.12 | 308.75 | 0.76 | 0.51 |
| Hex | E1 | 21 | C5 | 0 | 55 | C | C | 135 | 4C | 33 |
| Octal | 341 | 41 | 305 | 0 | 125 | 14 | 14 | 465 | 114 | 63 |
| Binary | 11100001 | 100001 | 11000101 | 0 | 1010101 | 1100 | 1100 | 100110101 | 1001100 | 110011 |
Color Harmonies of #E121C5
Complementary color
Monochromatic Colors of #E121C5
Black with #E121C5
Text Example
Text Example
White with #E121C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121C5; }
p { color: rgb(225,33,197); }
H1.HeaderClassName
{
color: #E121C5;
}
.AnyTagClassName
{
color: #E121C5;
}
</style>
background-color css
<style>
a { background-color: #E121C5; }
a { background-color: rgb(225,33,197); }
div.DivClassName
{
background-color: #E121C5;
}
.BgClassName
{
background-color: #E121C5;
}
</style>
border-color css
<style>
span { border-color: #E121C5; }
span { border-color: rgb(225,33,197); }
td.TdClassName
{
border-color: #E121C5;
}
.TagClassName
{
border-color: #E121C5;
}
</style>