Shades of Shocking Pink #E215B0
Tints of Shocking Pink #E215B0
RGB
CMYK
RGB Variations
Color information
#E215B0 (or 0xE215B0) is known color: Shocking Pink. HEX triplet: E2, 15 and B0. RGB value is (226,21,176). Sum of RGB (Red+Green+Blue) = 226+21+176=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E215B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E215B0 is #1DEA4F. Grayscale: #636363. Windows color (decimal): -1960528 or 11539938. OLE color: 11539938.
HSL color Cylindrical-coordinate representation of color #E215B0: hue angle of 314.63º 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 #E215B0 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 176 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.11 |
| HSL | 314.63º | 0.83% | 0.48% | - |
| HSV(B) | 314.63º | 0.91% | 0.89% | - |
| XYZ | 39.47 | 19.84 | 42.82 | - |
| YUV | 99.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 176 | 0 | 0.91 | 0.22 | 0.11 | 314.63 | 0.83 | 0.48 |
| Hex | E2 | 15 | B0 | 0 | 5B | 16 | B | 13B | 53 | 30 |
| Octal | 342 | 25 | 260 | 0 | 133 | 26 | 13 | 473 | 123 | 60 |
| Binary | 11100010 | 10101 | 10110000 | 0 | 1011011 | 10110 | 1011 | 100111011 | 1010011 | 110000 |
Color Harmonies of #E215B0
Complementary color
Monochromatic Colors of #E215B0
Black with #E215B0
Text Example
Text Example
White with #E215B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215B0; }
p { color: rgb(226,21,176); }
H1.HeaderClassName
{
color: #E215B0;
}
.AnyTagClassName
{
color: #E215B0;
}
</style>
background-color css
<style>
a { background-color: #E215B0; }
a { background-color: rgb(226,21,176); }
div.DivClassName
{
background-color: #E215B0;
}
.BgClassName
{
background-color: #E215B0;
}
</style>
border-color css
<style>
span { border-color: #E215B0; }
span { border-color: rgb(226,21,176); }
td.TdClassName
{
border-color: #E215B0;
}
.TagClassName
{
border-color: #E215B0;
}
</style>