Shades of Shocking Pink #E213C9
Tints of Shocking Pink #E213C9
RGB
CMYK
RGB Variations
Color information
#E213C9 (or 0xE213C9) is known color: Shocking Pink. HEX triplet: E2, 13 and C9. RGB value is (226,19,201). Sum of RGB (Red+Green+Blue) = 226+19+201=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E213C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E213C9 is #1DEC36. Grayscale: #656565. Windows color (decimal): -1961015 or 13177826. OLE color: 13177826.
HSL color Cylindrical-coordinate representation of color #E213C9: hue angle of 307.25º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E213C9 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 201 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.11 |
| HSL | 307.25º | 0.84% | 0.48% | - |
| HSV(B) | 307.25º | 0.92% | 0.89% | - |
| XYZ | 42.14 | 20.85 | 57.06 | - |
| YUV | 101.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 201 | 0 | 0.92 | 0.11 | 0.11 | 307.25 | 0.84 | 0.48 |
| Hex | E2 | 13 | C9 | 0 | 5C | B | B | 133 | 54 | 30 |
| Octal | 342 | 23 | 311 | 0 | 134 | 13 | 13 | 463 | 124 | 60 |
| Binary | 11100010 | 10011 | 11001001 | 0 | 1011100 | 1011 | 1011 | 100110011 | 1010100 | 110000 |
Color Harmonies of #E213C9
Complementary color
Monochromatic Colors of #E213C9
Black with #E213C9
Text Example
Text Example
White with #E213C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E213C9; }
p { color: rgb(226,19,201); }
H1.HeaderClassName
{
color: #E213C9;
}
.AnyTagClassName
{
color: #E213C9;
}
</style>
background-color css
<style>
a { background-color: #E213C9; }
a { background-color: rgb(226,19,201); }
div.DivClassName
{
background-color: #E213C9;
}
.BgClassName
{
background-color: #E213C9;
}
</style>
border-color css
<style>
span { border-color: #E213C9; }
span { border-color: rgb(226,19,201); }
td.TdClassName
{
border-color: #E213C9;
}
.TagClassName
{
border-color: #E213C9;
}
</style>