Shades of Shocking Pink #E121C9
Tints of Shocking Pink #E121C9
RGB
CMYK
RGB Variations
Color information
#E121C9 (or 0xE121C9) is known color: Shocking Pink. HEX triplet: E1, 21 and C9. RGB value is (225,33,201). Sum of RGB (Red+Green+Blue) = 225+33+201=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E121C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121C9 is #1EDE36. Grayscale: #6D6D6D. Windows color (decimal): -2022967 or 13181409. OLE color: 13181409.
HSL color Cylindrical-coordinate representation of color #E121C9: hue angle of 307.5º 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 #E121C9 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 201 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.12 |
| HSL | 307.5º | 0.76% | 0.51% | - |
| HSV(B) | 307.5º | 0.85% | 0.88% | - |
| XYZ | 42.14 | 21.31 | 57.15 | - |
| YUV | 109.56 | 179.61 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 201 | 0 | 0.85 | 0.11 | 0.12 | 307.5 | 0.76 | 0.51 |
| Hex | E1 | 21 | C9 | 0 | 55 | B | C | 134 | 4C | 33 |
| Octal | 341 | 41 | 311 | 0 | 125 | 13 | 14 | 464 | 114 | 63 |
| Binary | 11100001 | 100001 | 11001001 | 0 | 1010101 | 1011 | 1100 | 100110100 | 1001100 | 110011 |
Color Harmonies of #E121C9
Complementary color
Monochromatic Colors of #E121C9
Black with #E121C9
Text Example
Text Example
White with #E121C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121C9; }
p { color: rgb(225,33,201); }
H1.HeaderClassName
{
color: #E121C9;
}
.AnyTagClassName
{
color: #E121C9;
}
</style>
background-color css
<style>
a { background-color: #E121C9; }
a { background-color: rgb(225,33,201); }
div.DivClassName
{
background-color: #E121C9;
}
.BgClassName
{
background-color: #E121C9;
}
</style>
border-color css
<style>
span { border-color: #E121C9; }
span { border-color: rgb(225,33,201); }
td.TdClassName
{
border-color: #E121C9;
}
.TagClassName
{
border-color: #E121C9;
}
</style>