Shades of Shocking Pink #E515BB
Tints of Shocking Pink #E515BB
RGB
CMYK
RGB Variations
Color information
#E515BB (or 0xE515BB) is known color: Shocking Pink. HEX triplet: E5, 15 and BB. RGB value is (229,21,187). Sum of RGB (Red+Green+Blue) = 229+21+187=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E515BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515BB is #1AEA44. Grayscale: #656565. Windows color (decimal): -1763909 or 12260837. OLE color: 12260837.
HSL color Cylindrical-coordinate representation of color #E515BB: hue angle of 312.12º 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 #E515BB is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 187 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.10 |
| HSL | 312.12º | 0.83% | 0.49% | - |
| HSV(B) | 312.12º | 0.91% | 0.9% | - |
| XYZ | 41.55 | 20.78 | 48.84 | - |
| YUV | 102.12 | 175.91 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 187 | 0 | 0.91 | 0.18 | 0.10 | 312.12 | 0.83 | 0.49 |
| Hex | E5 | 15 | BB | 0 | 5B | 12 | A | 138 | 53 | 31 |
| Octal | 345 | 25 | 273 | 0 | 133 | 22 | 12 | 470 | 123 | 61 |
| Binary | 11100101 | 10101 | 10111011 | 0 | 1011011 | 10010 | 1010 | 100111000 | 1010011 | 110001 |
Color Harmonies of #E515BB
Complementary color
Monochromatic Colors of #E515BB
Black with #E515BB
Text Example
Text Example
White with #E515BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515BB; }
p { color: rgb(229,21,187); }
H1.HeaderClassName
{
color: #E515BB;
}
.AnyTagClassName
{
color: #E515BB;
}
</style>
background-color css
<style>
a { background-color: #E515BB; }
a { background-color: rgb(229,21,187); }
div.DivClassName
{
background-color: #E515BB;
}
.BgClassName
{
background-color: #E515BB;
}
</style>
border-color css
<style>
span { border-color: #E515BB; }
span { border-color: rgb(229,21,187); }
td.TdClassName
{
border-color: #E515BB;
}
.TagClassName
{
border-color: #E515BB;
}
</style>