Shades of Shocking Pink #E11FCE
Tints of Shocking Pink #E11FCE
RGB
CMYK
RGB Variations
Color information
#E11FCE (or 0xE11FCE) is known color: Shocking Pink. HEX triplet: E1, 1F and CE. RGB value is (225,31,206). Sum of RGB (Red+Green+Blue) = 225+31+206=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FCE is #1EE031. Grayscale: #6C6C6C. Windows color (decimal): -2023474 or 13508577. OLE color: 13508577.
HSL color Cylindrical-coordinate representation of color #E11FCE: hue angle of 305.88º 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 #E11FCE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 206 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.12 |
| HSL | 305.88º | 0.76% | 0.5% | - |
| HSV(B) | 305.88º | 0.86% | 0.88% | - |
| XYZ | 42.68 | 21.44 | 60.28 | - |
| YUV | 108.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 206 | 0 | 0.86 | 0.08 | 0.12 | 305.88 | 0.76 | 0.5 |
| Hex | E1 | 1F | CE | 0 | 56 | 8 | C | 132 | 4C | 32 |
| Octal | 341 | 37 | 316 | 0 | 126 | 10 | 14 | 462 | 114 | 62 |
| Binary | 11100001 | 11111 | 11001110 | 0 | 1010110 | 1000 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E11FCE
Complementary color
Monochromatic Colors of #E11FCE
Black with #E11FCE
Text Example
Text Example
White with #E11FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FCE; }
p { color: rgb(225,31,206); }
H1.HeaderClassName
{
color: #E11FCE;
}
.AnyTagClassName
{
color: #E11FCE;
}
</style>
background-color css
<style>
a { background-color: #E11FCE; }
a { background-color: rgb(225,31,206); }
div.DivClassName
{
background-color: #E11FCE;
}
.BgClassName
{
background-color: #E11FCE;
}
</style>
border-color css
<style>
span { border-color: #E11FCE; }
span { border-color: rgb(225,31,206); }
td.TdClassName
{
border-color: #E11FCE;
}
.TagClassName
{
border-color: #E11FCE;
}
</style>