Shades of Shocking Pink #E11ECE
Tints of Shocking Pink #E11ECE
RGB
CMYK
RGB Variations
Color information
#E11ECE (or 0xE11ECE) is known color: Shocking Pink. HEX triplet: E1, 1E and CE. RGB value is (225,30,206). Sum of RGB (Red+Green+Blue) = 225+30+206=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ECE is #1EE131. Grayscale: #6B6B6B. Windows color (decimal): -2023730 or 13508321. OLE color: 13508321.
HSL color Cylindrical-coordinate representation of color #E11ECE: hue angle of 305.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11ECE is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.12 |
| HSL | 305.85º | 0.76% | 0.5% | - |
| HSV(B) | 305.85º | 0.87% | 0.88% | - |
| XYZ | 42.66 | 21.39 | 60.27 | - |
| YUV | 108.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 206 | 0 | 0.87 | 0.08 | 0.12 | 305.85 | 0.76 | 0.5 |
| Hex | E1 | 1E | CE | 0 | 57 | 8 | C | 132 | 4C | 32 |
| Octal | 341 | 36 | 316 | 0 | 127 | 10 | 14 | 462 | 114 | 62 |
| Binary | 11100001 | 11110 | 11001110 | 0 | 1010111 | 1000 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E11ECE
Complementary color
Monochromatic Colors of #E11ECE
Black with #E11ECE
Text Example
Text Example
White with #E11ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ECE; }
p { color: rgb(225,30,206); }
H1.HeaderClassName
{
color: #E11ECE;
}
.AnyTagClassName
{
color: #E11ECE;
}
</style>
background-color css
<style>
a { background-color: #E11ECE; }
a { background-color: rgb(225,30,206); }
div.DivClassName
{
background-color: #E11ECE;
}
.BgClassName
{
background-color: #E11ECE;
}
</style>
border-color css
<style>
span { border-color: #E11ECE; }
span { border-color: rgb(225,30,206); }
td.TdClassName
{
border-color: #E11ECE;
}
.TagClassName
{
border-color: #E11ECE;
}
</style>