Shades of Shocking Pink #E10FC2
Tints of Shocking Pink #E10FC2
RGB
CMYK
RGB Variations
Color information
#E10FC2 (or 0xE10FC2) is known color: Shocking Pink. HEX triplet: E1, 0F and C2. RGB value is (225,15,194). Sum of RGB (Red+Green+Blue) = 225+15+194=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FC2 is #1EF03D. Grayscale: #616161. Windows color (decimal): -2027582 or 12718049. OLE color: 12718049.
HSL color Cylindrical-coordinate representation of color #E10FC2: hue angle of 308.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 194 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.12 |
| HSL | 308.86º | 0.88% | 0.47% | - |
| HSV(B) | 308.86º | 0.93% | 0.88% | - |
| XYZ | 40.96 | 20.24 | 52.79 | - |
| YUV | 98.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 194 | 0 | 0.93 | 0.14 | 0.12 | 308.86 | 0.88 | 0.47 |
| Hex | E1 | F | C2 | 0 | 5D | E | C | 135 | 58 | 2F |
| Octal | 341 | 17 | 302 | 0 | 135 | 16 | 14 | 465 | 130 | 57 |
| Binary | 11100001 | 1111 | 11000010 | 0 | 1011101 | 1110 | 1100 | 100110101 | 1011000 | 101111 |
Color Harmonies of #E10FC2
Complementary color
Monochromatic Colors of #E10FC2
Black with #E10FC2
Text Example
Text Example
White with #E10FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FC2; }
p { color: rgb(225,15,194); }
H1.HeaderClassName
{
color: #E10FC2;
}
.AnyTagClassName
{
color: #E10FC2;
}
</style>
background-color css
<style>
a { background-color: #E10FC2; }
a { background-color: rgb(225,15,194); }
div.DivClassName
{
background-color: #E10FC2;
}
.BgClassName
{
background-color: #E10FC2;
}
</style>
border-color css
<style>
span { border-color: #E10FC2; }
span { border-color: rgb(225,15,194); }
td.TdClassName
{
border-color: #E10FC2;
}
.TagClassName
{
border-color: #E10FC2;
}
</style>