Shades of Shocking Pink #E10CC2
Tints of Shocking Pink #E10CC2
RGB
CMYK
RGB Variations
Color information
#E10CC2 (or 0xE10CC2) is known color: Shocking Pink. HEX triplet: E1, 0C and C2. RGB value is (225,12,194). Sum of RGB (Red+Green+Blue) = 225+12+194=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CC2 is #1EF33D. Grayscale: #5F5F5F. Windows color (decimal): -2028350 or 12717281. OLE color: 12717281.
HSL color Cylindrical-coordinate representation of color #E10CC2: hue angle of 308.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CC2 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 194 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.12 |
| HSL | 308.73º | 0.9% | 0.46% | - |
| HSV(B) | 308.73º | 0.95% | 0.88% | - |
| XYZ | 40.92 | 20.17 | 52.77 | - |
| YUV | 96.44 | 183.07 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 194 | 0 | 0.95 | 0.14 | 0.12 | 308.73 | 0.9 | 0.46 |
| Hex | E1 | C | C2 | 0 | 5F | E | C | 135 | 5A | 2E |
| Octal | 341 | 14 | 302 | 0 | 137 | 16 | 14 | 465 | 132 | 56 |
| Binary | 11100001 | 1100 | 11000010 | 0 | 1011111 | 1110 | 1100 | 100110101 | 1011010 | 101110 |
Color Harmonies of #E10CC2
Complementary color
Monochromatic Colors of #E10CC2
Black with #E10CC2
Text Example
Text Example
White with #E10CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CC2; }
p { color: rgb(225,12,194); }
H1.HeaderClassName
{
color: #E10CC2;
}
.AnyTagClassName
{
color: #E10CC2;
}
</style>
background-color css
<style>
a { background-color: #E10CC2; }
a { background-color: rgb(225,12,194); }
div.DivClassName
{
background-color: #E10CC2;
}
.BgClassName
{
background-color: #E10CC2;
}
</style>
border-color css
<style>
span { border-color: #E10CC2; }
span { border-color: rgb(225,12,194); }
td.TdClassName
{
border-color: #E10CC2;
}
.TagClassName
{
border-color: #E10CC2;
}
</style>