Shades of Shocking Pink #E915C0
Tints of Shocking Pink #E915C0
RGB
CMYK
RGB Variations
Color information
#E915C0 (or 0xE915C0) is known color: Shocking Pink. HEX triplet: E9, 15 and C0. RGB value is (233,21,192). Sum of RGB (Red+Green+Blue) = 233+21+192=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E915C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915C0 is #16EA3F. Grayscale: #676767. Windows color (decimal): -1501760 or 12588521. OLE color: 12588521.
HSL color Cylindrical-coordinate representation of color #E915C0: hue angle of 311.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E915C0 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 192 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.09 |
| HSL | 311.6º | 0.83% | 0.5% | - |
| HSV(B) | 311.6º | 0.91% | 0.91% | - |
| XYZ | 43.39 | 21.67 | 51.76 | - |
| YUV | 103.88 | 177.74 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 192 | 0 | 0.91 | 0.18 | 0.09 | 311.6 | 0.83 | 0.5 |
| Hex | E9 | 15 | C0 | 0 | 5B | 12 | 9 | 138 | 53 | 32 |
| Octal | 351 | 25 | 300 | 0 | 133 | 22 | 11 | 470 | 123 | 62 |
| Binary | 11101001 | 10101 | 11000000 | 0 | 1011011 | 10010 | 1001 | 100111000 | 1010011 | 110010 |
Color Harmonies of #E915C0
Complementary color
Monochromatic Colors of #E915C0
Black with #E915C0
Text Example
Text Example
White with #E915C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915C0; }
p { color: rgb(233,21,192); }
H1.HeaderClassName
{
color: #E915C0;
}
.AnyTagClassName
{
color: #E915C0;
}
</style>
background-color css
<style>
a { background-color: #E915C0; }
a { background-color: rgb(233,21,192); }
div.DivClassName
{
background-color: #E915C0;
}
.BgClassName
{
background-color: #E915C0;
}
</style>
border-color css
<style>
span { border-color: #E915C0; }
span { border-color: rgb(233,21,192); }
td.TdClassName
{
border-color: #E915C0;
}
.TagClassName
{
border-color: #E915C0;
}
</style>