Shades of Shocking Pink #E915C1
Tints of Shocking Pink #E915C1
RGB
CMYK
RGB Variations
Color information
#E915C1 (or 0xE915C1) is known color: Shocking Pink. HEX triplet: E9, 15 and C1. RGB value is (233,21,193). Sum of RGB (Red+Green+Blue) = 233+21+193=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E915C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915C1 is #16EA3E. Grayscale: #676767. Windows color (decimal): -1501759 or 12654057. OLE color: 12654057.
HSL color Cylindrical-coordinate representation of color #E915C1: hue angle of 311.32º 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 #E915C1 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 193 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.09 |
| HSL | 311.32º | 0.83% | 0.5% | - |
| HSV(B) | 311.32º | 0.91% | 0.91% | - |
| XYZ | 43.5 | 21.71 | 52.35 | - |
| YUV | 104 | 178.24 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 193 | 0 | 0.91 | 0.17 | 0.09 | 311.32 | 0.83 | 0.5 |
| Hex | E9 | 15 | C1 | 0 | 5B | 11 | 9 | 137 | 53 | 32 |
| Octal | 351 | 25 | 301 | 0 | 133 | 21 | 11 | 467 | 123 | 62 |
| Binary | 11101001 | 10101 | 11000001 | 0 | 1011011 | 10001 | 1001 | 100110111 | 1010011 | 110010 |
Color Harmonies of #E915C1
Complementary color
Monochromatic Colors of #E915C1
Black with #E915C1
Text Example
Text Example
White with #E915C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915C1; }
p { color: rgb(233,21,193); }
H1.HeaderClassName
{
color: #E915C1;
}
.AnyTagClassName
{
color: #E915C1;
}
</style>
background-color css
<style>
a { background-color: #E915C1; }
a { background-color: rgb(233,21,193); }
div.DivClassName
{
background-color: #E915C1;
}
.BgClassName
{
background-color: #E915C1;
}
</style>
border-color css
<style>
span { border-color: #E915C1; }
span { border-color: rgb(233,21,193); }
td.TdClassName
{
border-color: #E915C1;
}
.TagClassName
{
border-color: #E915C1;
}
</style>