Shades of Shocking Pink #E015C2
Tints of Shocking Pink #E015C2
RGB
CMYK
RGB Variations
Color information
#E015C2 (or 0xE015C2) is known color: Shocking Pink. HEX triplet: E0, 15 and C2. RGB value is (224,21,194). Sum of RGB (Red+Green+Blue) = 224+21+194=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E015C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015C2 is #1FEA3D. Grayscale: #646464. Windows color (decimal): -2091582 or 12719584. OLE color: 12719584.
HSL color Cylindrical-coordinate representation of color #E015C2: hue angle of 308.87º degrees, saturation: 0.83, 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 #E015C2 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 194 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.12 |
| HSL | 308.87º | 0.83% | 0.48% | - |
| HSV(B) | 308.87º | 0.91% | 0.88% | - |
| XYZ | 40.75 | 20.28 | 52.81 | - |
| YUV | 101.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 194 | 0 | 0.91 | 0.13 | 0.12 | 308.87 | 0.83 | 0.48 |
| Hex | E0 | 15 | C2 | 0 | 5B | D | C | 135 | 53 | 30 |
| Octal | 340 | 25 | 302 | 0 | 133 | 15 | 14 | 465 | 123 | 60 |
| Binary | 11100000 | 10101 | 11000010 | 0 | 1011011 | 1101 | 1100 | 100110101 | 1010011 | 110000 |
Color Harmonies of #E015C2
Complementary color
Monochromatic Colors of #E015C2
Black with #E015C2
Text Example
Text Example
White with #E015C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015C2; }
p { color: rgb(224,21,194); }
H1.HeaderClassName
{
color: #E015C2;
}
.AnyTagClassName
{
color: #E015C2;
}
</style>
background-color css
<style>
a { background-color: #E015C2; }
a { background-color: rgb(224,21,194); }
div.DivClassName
{
background-color: #E015C2;
}
.BgClassName
{
background-color: #E015C2;
}
</style>
border-color css
<style>
span { border-color: #E015C2; }
span { border-color: rgb(224,21,194); }
td.TdClassName
{
border-color: #E015C2;
}
.TagClassName
{
border-color: #E015C2;
}
</style>