Shades of Shocking Pink #E915C3
Tints of Shocking Pink #E915C3
RGB
CMYK
RGB Variations
Color information
#E915C3 (or 0xE915C3) is known color: Shocking Pink. HEX triplet: E9, 15 and C3. RGB value is (233,21,195). Sum of RGB (Red+Green+Blue) = 233+21+195=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E915C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915C3 is #16EA3C. Grayscale: #676767. Windows color (decimal): -1501757 or 12785129. OLE color: 12785129.
HSL color Cylindrical-coordinate representation of color #E915C3: hue angle of 310.75º 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 #E915C3 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 195 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.09 |
| HSL | 310.75º | 0.83% | 0.5% | - |
| HSV(B) | 310.75º | 0.91% | 0.91% | - |
| XYZ | 43.72 | 21.8 | 53.53 | - |
| YUV | 104.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 195 | 0 | 0.91 | 0.16 | 0.09 | 310.75 | 0.83 | 0.5 |
| Hex | E9 | 15 | C3 | 0 | 5B | 10 | 9 | 137 | 53 | 32 |
| Octal | 351 | 25 | 303 | 0 | 133 | 20 | 11 | 467 | 123 | 62 |
| Binary | 11101001 | 10101 | 11000011 | 0 | 1011011 | 10000 | 1001 | 100110111 | 1010011 | 110010 |
Color Harmonies of #E915C3
Complementary color
Monochromatic Colors of #E915C3
Black with #E915C3
Text Example
Text Example
White with #E915C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915C3; }
p { color: rgb(233,21,195); }
H1.HeaderClassName
{
color: #E915C3;
}
.AnyTagClassName
{
color: #E915C3;
}
</style>
background-color css
<style>
a { background-color: #E915C3; }
a { background-color: rgb(233,21,195); }
div.DivClassName
{
background-color: #E915C3;
}
.BgClassName
{
background-color: #E915C3;
}
</style>
border-color css
<style>
span { border-color: #E915C3; }
span { border-color: rgb(233,21,195); }
td.TdClassName
{
border-color: #E915C3;
}
.TagClassName
{
border-color: #E915C3;
}
</style>