Shades of Shocking Pink #E018BC
Tints of Shocking Pink #E018BC
RGB
CMYK
RGB Variations
Color information
#E018BC (or 0xE018BC) is known color: Shocking Pink. HEX triplet: E0, 18 and BC. RGB value is (224,24,188). Sum of RGB (Red+Green+Blue) = 224+24+188=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E018BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018BC is #1FE743. Grayscale: #666666. Windows color (decimal): -2090820 or 12327136. OLE color: 12327136.
HSL color Cylindrical-coordinate representation of color #E018BC: hue angle of 310.8º 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 #E018BC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.12 |
| HSL | 310.8º | 0.81% | 0.49% | - |
| HSV(B) | 310.8º | 0.89% | 0.88% | - |
| XYZ | 40.14 | 20.13 | 49.35 | - |
| YUV | 102.5 | 176.26 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 188 | 0 | 0.89 | 0.16 | 0.12 | 310.8 | 0.81 | 0.49 |
| Hex | E0 | 18 | BC | 0 | 59 | 10 | C | 137 | 51 | 31 |
| Octal | 340 | 30 | 274 | 0 | 131 | 20 | 14 | 467 | 121 | 61 |
| Binary | 11100000 | 11000 | 10111100 | 0 | 1011001 | 10000 | 1100 | 100110111 | 1010001 | 110001 |
Color Harmonies of #E018BC
Complementary color
Monochromatic Colors of #E018BC
Black with #E018BC
Text Example
Text Example
White with #E018BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018BC; }
p { color: rgb(224,24,188); }
H1.HeaderClassName
{
color: #E018BC;
}
.AnyTagClassName
{
color: #E018BC;
}
</style>
background-color css
<style>
a { background-color: #E018BC; }
a { background-color: rgb(224,24,188); }
div.DivClassName
{
background-color: #E018BC;
}
.BgClassName
{
background-color: #E018BC;
}
</style>
border-color css
<style>
span { border-color: #E018BC; }
span { border-color: rgb(224,24,188); }
td.TdClassName
{
border-color: #E018BC;
}
.TagClassName
{
border-color: #E018BC;
}
</style>