Shades of Shocking Pink #E515BF
Tints of Shocking Pink #E515BF
RGB
CMYK
RGB Variations
Color information
#E515BF (or 0xE515BF) is known color: Shocking Pink. HEX triplet: E5, 15 and BF. RGB value is (229,21,191). Sum of RGB (Red+Green+Blue) = 229+21+191=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E515BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515BF is #1AEA40. Grayscale: #666666. Windows color (decimal): -1763905 or 12522981. OLE color: 12522981.
HSL color Cylindrical-coordinate representation of color #E515BF: hue angle of 310.96º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515BF is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 191 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.10 |
| HSL | 310.96º | 0.83% | 0.49% | - |
| HSV(B) | 310.96º | 0.91% | 0.9% | - |
| XYZ | 41.99 | 20.96 | 51.12 | - |
| YUV | 102.57 | 177.91 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 191 | 0 | 0.91 | 0.17 | 0.10 | 310.96 | 0.83 | 0.49 |
| Hex | E5 | 15 | BF | 0 | 5B | 11 | A | 137 | 53 | 31 |
| Octal | 345 | 25 | 277 | 0 | 133 | 21 | 12 | 467 | 123 | 61 |
| Binary | 11100101 | 10101 | 10111111 | 0 | 1011011 | 10001 | 1010 | 100110111 | 1010011 | 110001 |
Color Harmonies of #E515BF
Complementary color
Monochromatic Colors of #E515BF
Black with #E515BF
Text Example
Text Example
White with #E515BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515BF; }
p { color: rgb(229,21,191); }
H1.HeaderClassName
{
color: #E515BF;
}
.AnyTagClassName
{
color: #E515BF;
}
</style>
background-color css
<style>
a { background-color: #E515BF; }
a { background-color: rgb(229,21,191); }
div.DivClassName
{
background-color: #E515BF;
}
.BgClassName
{
background-color: #E515BF;
}
</style>
border-color css
<style>
span { border-color: #E515BF; }
span { border-color: rgb(229,21,191); }
td.TdClassName
{
border-color: #E515BF;
}
.TagClassName
{
border-color: #E515BF;
}
</style>