Shades of Shocking Pink #E513BF
Tints of Shocking Pink #E513BF
RGB
CMYK
RGB Variations
Color information
#E513BF (or 0xE513BF) is known color: Shocking Pink. HEX triplet: E5, 13 and BF. RGB value is (229,19,191). Sum of RGB (Red+Green+Blue) = 229+19+191=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E513BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513BF is #1AEC40. Grayscale: #646464. Windows color (decimal): -1764417 or 12522469. OLE color: 12522469.
HSL color Cylindrical-coordinate representation of color #E513BF: hue angle of 310.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513BF is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 191 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.10 |
| HSL | 310.86º | 0.85% | 0.49% | - |
| HSV(B) | 310.86º | 0.92% | 0.9% | - |
| XYZ | 41.95 | 20.89 | 51.11 | - |
| YUV | 101.4 | 178.57 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 191 | 0 | 0.92 | 0.17 | 0.10 | 310.86 | 0.85 | 0.49 |
| Hex | E5 | 13 | BF | 0 | 5C | 11 | A | 137 | 55 | 31 |
| Octal | 345 | 23 | 277 | 0 | 134 | 21 | 12 | 467 | 125 | 61 |
| Binary | 11100101 | 10011 | 10111111 | 0 | 1011100 | 10001 | 1010 | 100110111 | 1010101 | 110001 |
Color Harmonies of #E513BF
Complementary color
Monochromatic Colors of #E513BF
Black with #E513BF
Text Example
Text Example
White with #E513BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E513BF; }
p { color: rgb(229,19,191); }
H1.HeaderClassName
{
color: #E513BF;
}
.AnyTagClassName
{
color: #E513BF;
}
</style>
background-color css
<style>
a { background-color: #E513BF; }
a { background-color: rgb(229,19,191); }
div.DivClassName
{
background-color: #E513BF;
}
.BgClassName
{
background-color: #E513BF;
}
</style>
border-color css
<style>
span { border-color: #E513BF; }
span { border-color: rgb(229,19,191); }
td.TdClassName
{
border-color: #E513BF;
}
.TagClassName
{
border-color: #E513BF;
}
</style>