Shades of Shocking Pink #E415BB
Tints of Shocking Pink #E415BB
RGB
CMYK
RGB Variations
Color information
#E415BB (or 0xE415BB) is known color: Shocking Pink. HEX triplet: E4, 15 and BB. RGB value is (228,21,187). Sum of RGB (Red+Green+Blue) = 228+21+187=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E415BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415BB is #1BEA44. Grayscale: #656565. Windows color (decimal): -1829445 or 12260836. OLE color: 12260836.
HSL color Cylindrical-coordinate representation of color #E415BB: hue angle of 311.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415BB is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 187 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.11 |
| HSL | 311.88º | 0.83% | 0.49% | - |
| HSV(B) | 311.88º | 0.91% | 0.89% | - |
| XYZ | 41.23 | 20.62 | 48.82 | - |
| YUV | 101.82 | 176.08 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 187 | 0 | 0.91 | 0.18 | 0.11 | 311.88 | 0.83 | 0.49 |
| Hex | E4 | 15 | BB | 0 | 5B | 12 | B | 138 | 53 | 31 |
| Octal | 344 | 25 | 273 | 0 | 133 | 22 | 13 | 470 | 123 | 61 |
| Binary | 11100100 | 10101 | 10111011 | 0 | 1011011 | 10010 | 1011 | 100111000 | 1010011 | 110001 |
Color Harmonies of #E415BB
Complementary color
Monochromatic Colors of #E415BB
Black with #E415BB
Text Example
Text Example
White with #E415BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E415BB; }
p { color: rgb(228,21,187); }
H1.HeaderClassName
{
color: #E415BB;
}
.AnyTagClassName
{
color: #E415BB;
}
</style>
background-color css
<style>
a { background-color: #E415BB; }
a { background-color: rgb(228,21,187); }
div.DivClassName
{
background-color: #E415BB;
}
.BgClassName
{
background-color: #E415BB;
}
</style>
border-color css
<style>
span { border-color: #E415BB; }
span { border-color: rgb(228,21,187); }
td.TdClassName
{
border-color: #E415BB;
}
.TagClassName
{
border-color: #E415BB;
}
</style>