Shades of Shocking Pink #E015C6
Tints of Shocking Pink #E015C6
RGB
CMYK
RGB Variations
Color information
#E015C6 (or 0xE015C6) is known color: Shocking Pink. HEX triplet: E0, 15 and C6. RGB value is (224,21,198). Sum of RGB (Red+Green+Blue) = 224+21+198=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E015C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015C6 is #1FEA39. Grayscale: #656565. Windows color (decimal): -2091578 or 12981728. OLE color: 12981728.
HSL color Cylindrical-coordinate representation of color #E015C6: hue angle of 307.68º 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 #E015C6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 198 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.12 |
| HSL | 307.68º | 0.83% | 0.48% | - |
| HSV(B) | 307.68º | 0.91% | 0.88% | - |
| XYZ | 41.2 | 20.46 | 55.2 | - |
| YUV | 101.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 198 | 0 | 0.91 | 0.12 | 0.12 | 307.68 | 0.83 | 0.48 |
| Hex | E0 | 15 | C6 | 0 | 5B | C | C | 134 | 53 | 30 |
| Octal | 340 | 25 | 306 | 0 | 133 | 14 | 14 | 464 | 123 | 60 |
| Binary | 11100000 | 10101 | 11000110 | 0 | 1011011 | 1100 | 1100 | 100110100 | 1010011 | 110000 |
Color Harmonies of #E015C6
Complementary color
Monochromatic Colors of #E015C6
Black with #E015C6
Text Example
Text Example
White with #E015C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015C6; }
p { color: rgb(224,21,198); }
H1.HeaderClassName
{
color: #E015C6;
}
.AnyTagClassName
{
color: #E015C6;
}
</style>
background-color css
<style>
a { background-color: #E015C6; }
a { background-color: rgb(224,21,198); }
div.DivClassName
{
background-color: #E015C6;
}
.BgClassName
{
background-color: #E015C6;
}
</style>
border-color css
<style>
span { border-color: #E015C6; }
span { border-color: rgb(224,21,198); }
td.TdClassName
{
border-color: #E015C6;
}
.TagClassName
{
border-color: #E015C6;
}
</style>