Shades of Shocking Pink #E517BE
Tints of Shocking Pink #E517BE
RGB
CMYK
RGB Variations
Color information
#E517BE (or 0xE517BE) is known color: Shocking Pink. HEX triplet: E5, 17 and BE. RGB value is (229,23,190). Sum of RGB (Red+Green+Blue) = 229+23+190=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E517BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517BE is #1AE841. Grayscale: #676767. Windows color (decimal): -1763394 or 12457957. OLE color: 12457957.
HSL color Cylindrical-coordinate representation of color #E517BE: hue angle of 311.36º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517BE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.10 |
| HSL | 311.36º | 0.82% | 0.49% | - |
| HSV(B) | 311.36º | 0.9% | 0.9% | - |
| XYZ | 41.91 | 20.99 | 50.56 | - |
| YUV | 103.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 190 | 0 | 0.90 | 0.17 | 0.10 | 311.36 | 0.82 | 0.49 |
| Hex | E5 | 17 | BE | 0 | 5A | 11 | A | 137 | 52 | 31 |
| Octal | 345 | 27 | 276 | 0 | 132 | 21 | 12 | 467 | 122 | 61 |
| Binary | 11100101 | 10111 | 10111110 | 0 | 1011010 | 10001 | 1010 | 100110111 | 1010010 | 110001 |
Color Harmonies of #E517BE
Complementary color
Monochromatic Colors of #E517BE
Black with #E517BE
Text Example
Text Example
White with #E517BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517BE; }
p { color: rgb(229,23,190); }
H1.HeaderClassName
{
color: #E517BE;
}
.AnyTagClassName
{
color: #E517BE;
}
</style>
background-color css
<style>
a { background-color: #E517BE; }
a { background-color: rgb(229,23,190); }
div.DivClassName
{
background-color: #E517BE;
}
.BgClassName
{
background-color: #E517BE;
}
</style>
border-color css
<style>
span { border-color: #E517BE; }
span { border-color: rgb(229,23,190); }
td.TdClassName
{
border-color: #E517BE;
}
.TagClassName
{
border-color: #E517BE;
}
</style>