Shades of Shocking Pink #E114C2
Tints of Shocking Pink #E114C2
RGB
CMYK
RGB Variations
Color information
#E114C2 (or 0xE114C2) is known color: Shocking Pink. HEX triplet: E1, 14 and C2. RGB value is (225,20,194). Sum of RGB (Red+Green+Blue) = 225+20+194=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E114C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114C2 is #1EEB3D. Grayscale: #646464. Windows color (decimal): -2026302 or 12719329. OLE color: 12719329.
HSL color Cylindrical-coordinate representation of color #E114C2: hue angle of 309.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114C2 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 194 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.12 |
| HSL | 309.07º | 0.84% | 0.48% | - |
| HSV(B) | 309.07º | 0.91% | 0.88% | - |
| XYZ | 41.04 | 20.4 | 52.81 | - |
| YUV | 101.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 194 | 0 | 0.91 | 0.14 | 0.12 | 309.07 | 0.84 | 0.48 |
| Hex | E1 | 14 | C2 | 0 | 5B | E | C | 135 | 54 | 30 |
| Octal | 341 | 24 | 302 | 0 | 133 | 16 | 14 | 465 | 124 | 60 |
| Binary | 11100001 | 10100 | 11000010 | 0 | 1011011 | 1110 | 1100 | 100110101 | 1010100 | 110000 |
Color Harmonies of #E114C2
Complementary color
Monochromatic Colors of #E114C2
Black with #E114C2
Text Example
Text Example
White with #E114C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114C2; }
p { color: rgb(225,20,194); }
H1.HeaderClassName
{
color: #E114C2;
}
.AnyTagClassName
{
color: #E114C2;
}
</style>
background-color css
<style>
a { background-color: #E114C2; }
a { background-color: rgb(225,20,194); }
div.DivClassName
{
background-color: #E114C2;
}
.BgClassName
{
background-color: #E114C2;
}
</style>
border-color css
<style>
span { border-color: #E114C2; }
span { border-color: rgb(225,20,194); }
td.TdClassName
{
border-color: #E114C2;
}
.TagClassName
{
border-color: #E114C2;
}
</style>