Shades of Shocking Pink #E215BC
Tints of Shocking Pink #E215BC
RGB
CMYK
RGB Variations
Color information
#E215BC (or 0xE215BC) is known color: Shocking Pink. HEX triplet: E2, 15 and BC. RGB value is (226,21,188). Sum of RGB (Red+Green+Blue) = 226+21+188=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E215BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215BC is #1DEA43. Grayscale: #646464. Windows color (decimal): -1960516 or 12326370. OLE color: 12326370.
HSL color Cylindrical-coordinate representation of color #E215BC: hue angle of 311.12º 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 #E215BC is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.11 |
| HSL | 311.12º | 0.83% | 0.48% | - |
| HSV(B) | 311.12º | 0.91% | 0.89% | - |
| XYZ | 40.71 | 20.34 | 49.36 | - |
| YUV | 101.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 188 | 0 | 0.91 | 0.17 | 0.11 | 311.12 | 0.83 | 0.48 |
| Hex | E2 | 15 | BC | 0 | 5B | 11 | B | 137 | 53 | 30 |
| Octal | 342 | 25 | 274 | 0 | 133 | 21 | 13 | 467 | 123 | 60 |
| Binary | 11100010 | 10101 | 10111100 | 0 | 1011011 | 10001 | 1011 | 100110111 | 1010011 | 110000 |
Color Harmonies of #E215BC
Complementary color
Monochromatic Colors of #E215BC
Black with #E215BC
Text Example
Text Example
White with #E215BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215BC; }
p { color: rgb(226,21,188); }
H1.HeaderClassName
{
color: #E215BC;
}
.AnyTagClassName
{
color: #E215BC;
}
</style>
background-color css
<style>
a { background-color: #E215BC; }
a { background-color: rgb(226,21,188); }
div.DivClassName
{
background-color: #E215BC;
}
.BgClassName
{
background-color: #E215BC;
}
</style>
border-color css
<style>
span { border-color: #E215BC; }
span { border-color: rgb(226,21,188); }
td.TdClassName
{
border-color: #E215BC;
}
.TagClassName
{
border-color: #E215BC;
}
</style>