Shades of Shocking Pink #E019BF
Tints of Shocking Pink #E019BF
RGB
CMYK
RGB Variations
Color information
#E019BF (or 0xE019BF) is known color: Shocking Pink. HEX triplet: E0, 19 and BF. RGB value is (224,25,191). Sum of RGB (Red+Green+Blue) = 224+25+191=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E019BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019BF is #1FE640. Grayscale: #666666. Windows color (decimal): -2090561 or 12524000. OLE color: 12524000.
HSL color Cylindrical-coordinate representation of color #E019BF: hue angle of 309.95º degrees, saturation: 0.8, 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 #E019BF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 191 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.12 |
| HSL | 309.95º | 0.8% | 0.49% | - |
| HSV(B) | 309.95º | 0.89% | 0.88% | - |
| XYZ | 40.49 | 20.3 | 51.08 | - |
| YUV | 103.43 | 177.43 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 191 | 0 | 0.89 | 0.15 | 0.12 | 309.95 | 0.8 | 0.49 |
| Hex | E0 | 19 | BF | 0 | 59 | F | C | 136 | 50 | 31 |
| Octal | 340 | 31 | 277 | 0 | 131 | 17 | 14 | 466 | 120 | 61 |
| Binary | 11100000 | 11001 | 10111111 | 0 | 1011001 | 1111 | 1100 | 100110110 | 1010000 | 110001 |
Color Harmonies of #E019BF
Complementary color
Monochromatic Colors of #E019BF
Black with #E019BF
Text Example
Text Example
White with #E019BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019BF; }
p { color: rgb(224,25,191); }
H1.HeaderClassName
{
color: #E019BF;
}
.AnyTagClassName
{
color: #E019BF;
}
</style>
background-color css
<style>
a { background-color: #E019BF; }
a { background-color: rgb(224,25,191); }
div.DivClassName
{
background-color: #E019BF;
}
.BgClassName
{
background-color: #E019BF;
}
</style>
border-color css
<style>
span { border-color: #E019BF; }
span { border-color: rgb(224,25,191); }
td.TdClassName
{
border-color: #E019BF;
}
.TagClassName
{
border-color: #E019BF;
}
</style>