Shades of Shocking Pink #E11FC1
Tints of Shocking Pink #E11FC1
RGB
CMYK
RGB Variations
Color information
#E11FC1 (or 0xE11FC1) is known color: Shocking Pink. HEX triplet: E1, 1F and C1. RGB value is (225,31,193). Sum of RGB (Red+Green+Blue) = 225+31+193=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FC1 is #1EE03E. Grayscale: #6B6B6B. Windows color (decimal): -2023487 or 12656609. OLE color: 12656609.
HSL color Cylindrical-coordinate representation of color #E11FC1: hue angle of 309.9º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FC1 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 193 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.12 |
| HSL | 309.9º | 0.76% | 0.5% | - |
| HSV(B) | 309.9º | 0.86% | 0.88% | - |
| XYZ | 41.17 | 20.84 | 52.3 | - |
| YUV | 107.47 | 176.27 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 193 | 0 | 0.86 | 0.14 | 0.12 | 309.9 | 0.76 | 0.5 |
| Hex | E1 | 1F | C1 | 0 | 56 | E | C | 136 | 4C | 32 |
| Octal | 341 | 37 | 301 | 0 | 126 | 16 | 14 | 466 | 114 | 62 |
| Binary | 11100001 | 11111 | 11000001 | 0 | 1010110 | 1110 | 1100 | 100110110 | 1001100 | 110010 |
Color Harmonies of #E11FC1
Complementary color
Monochromatic Colors of #E11FC1
Black with #E11FC1
Text Example
Text Example
White with #E11FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FC1; }
p { color: rgb(225,31,193); }
H1.HeaderClassName
{
color: #E11FC1;
}
.AnyTagClassName
{
color: #E11FC1;
}
</style>
background-color css
<style>
a { background-color: #E11FC1; }
a { background-color: rgb(225,31,193); }
div.DivClassName
{
background-color: #E11FC1;
}
.BgClassName
{
background-color: #E11FC1;
}
</style>
border-color css
<style>
span { border-color: #E11FC1; }
span { border-color: rgb(225,31,193); }
td.TdClassName
{
border-color: #E11FC1;
}
.TagClassName
{
border-color: #E11FC1;
}
</style>