Shades of Shocking Pink #E015C4
Tints of Shocking Pink #E015C4
RGB
CMYK
RGB Variations
Color information
#E015C4 (or 0xE015C4) is known color: Shocking Pink. HEX triplet: E0, 15 and C4. RGB value is (224,21,196). Sum of RGB (Red+Green+Blue) = 224+21+196=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E015C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015C4 is #1FEA3B. Grayscale: #656565. Windows color (decimal): -2091580 or 12850656. OLE color: 12850656.
HSL color Cylindrical-coordinate representation of color #E015C4: hue angle of 308.28º 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 #E015C4 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 196 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.12 |
| HSL | 308.28º | 0.83% | 0.48% | - |
| HSV(B) | 308.28º | 0.91% | 0.88% | - |
| XYZ | 40.97 | 20.37 | 54 | - |
| YUV | 101.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 196 | 0 | 0.91 | 0.12 | 0.12 | 308.28 | 0.83 | 0.48 |
| Hex | E0 | 15 | C4 | 0 | 5B | C | C | 134 | 53 | 30 |
| Octal | 340 | 25 | 304 | 0 | 133 | 14 | 14 | 464 | 123 | 60 |
| Binary | 11100000 | 10101 | 11000100 | 0 | 1011011 | 1100 | 1100 | 100110100 | 1010011 | 110000 |
Color Harmonies of #E015C4
Complementary color
Monochromatic Colors of #E015C4
Black with #E015C4
Text Example
Text Example
White with #E015C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015C4; }
p { color: rgb(224,21,196); }
H1.HeaderClassName
{
color: #E015C4;
}
.AnyTagClassName
{
color: #E015C4;
}
</style>
background-color css
<style>
a { background-color: #E015C4; }
a { background-color: rgb(224,21,196); }
div.DivClassName
{
background-color: #E015C4;
}
.BgClassName
{
background-color: #E015C4;
}
</style>
border-color css
<style>
span { border-color: #E015C4; }
span { border-color: rgb(224,21,196); }
td.TdClassName
{
border-color: #E015C4;
}
.TagClassName
{
border-color: #E015C4;
}
</style>