Shades of Shocking Pink #E215C0
Tints of Shocking Pink #E215C0
RGB
CMYK
RGB Variations
Color information
#E215C0 (or 0xE215C0) is known color: Shocking Pink. HEX triplet: E2, 15 and C0. RGB value is (226,21,192). Sum of RGB (Red+Green+Blue) = 226+21+192=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E215C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215C0 is #1DEA3F. Grayscale: #656565. Windows color (decimal): -1960512 or 12588514. OLE color: 12588514.
HSL color Cylindrical-coordinate representation of color #E215C0: hue angle of 309.95º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215C0 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 192 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.11 |
| HSL | 309.95º | 0.83% | 0.48% | - |
| HSV(B) | 309.95º | 0.91% | 0.89% | - |
| XYZ | 41.15 | 20.51 | 51.66 | - |
| YUV | 101.79 | 178.92 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 192 | 0 | 0.91 | 0.15 | 0.11 | 309.95 | 0.83 | 0.48 |
| Hex | E2 | 15 | C0 | 0 | 5B | F | B | 136 | 53 | 30 |
| Octal | 342 | 25 | 300 | 0 | 133 | 17 | 13 | 466 | 123 | 60 |
| Binary | 11100010 | 10101 | 11000000 | 0 | 1011011 | 1111 | 1011 | 100110110 | 1010011 | 110000 |
Color Harmonies of #E215C0
Complementary color
Monochromatic Colors of #E215C0
Black with #E215C0
Text Example
Text Example
White with #E215C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215C0; }
p { color: rgb(226,21,192); }
H1.HeaderClassName
{
color: #E215C0;
}
.AnyTagClassName
{
color: #E215C0;
}
</style>
background-color css
<style>
a { background-color: #E215C0; }
a { background-color: rgb(226,21,192); }
div.DivClassName
{
background-color: #E215C0;
}
.BgClassName
{
background-color: #E215C0;
}
</style>
border-color css
<style>
span { border-color: #E215C0; }
span { border-color: rgb(226,21,192); }
td.TdClassName
{
border-color: #E215C0;
}
.TagClassName
{
border-color: #E215C0;
}
</style>