Shades of Shocking Pink #E018B1
Tints of Shocking Pink #E018B1
RGB
CMYK
RGB Variations
Color information
#E018B1 (or 0xE018B1) is known color: Shocking Pink. HEX triplet: E0, 18 and B1. RGB value is (224,24,177). Sum of RGB (Red+Green+Blue) = 224+24+177=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E018B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E018B1 is #1FE74E. Grayscale: #646464. Windows color (decimal): -2090831 or 11606240. OLE color: 11606240.
HSL color Cylindrical-coordinate representation of color #E018B1: hue angle of 314.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E018B1 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 177 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.12 |
| HSL | 314.1º | 0.81% | 0.49% | - |
| HSV(B) | 314.1º | 0.89% | 0.88% | - |
| XYZ | 39 | 19.67 | 43.34 | - |
| YUV | 101.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 177 | 0 | 0.89 | 0.21 | 0.12 | 314.1 | 0.81 | 0.49 |
| Hex | E0 | 18 | B1 | 0 | 59 | 15 | C | 13A | 51 | 31 |
| Octal | 340 | 30 | 261 | 0 | 131 | 25 | 14 | 472 | 121 | 61 |
| Binary | 11100000 | 11000 | 10110001 | 0 | 1011001 | 10101 | 1100 | 100111010 | 1010001 | 110001 |
Color Harmonies of #E018B1
Complementary color
Monochromatic Colors of #E018B1
Black with #E018B1
Text Example
Text Example
White with #E018B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018B1; }
p { color: rgb(224,24,177); }
H1.HeaderClassName
{
color: #E018B1;
}
.AnyTagClassName
{
color: #E018B1;
}
</style>
background-color css
<style>
a { background-color: #E018B1; }
a { background-color: rgb(224,24,177); }
div.DivClassName
{
background-color: #E018B1;
}
.BgClassName
{
background-color: #E018B1;
}
</style>
border-color css
<style>
span { border-color: #E018B1; }
span { border-color: rgb(224,24,177); }
td.TdClassName
{
border-color: #E018B1;
}
.TagClassName
{
border-color: #E018B1;
}
</style>