Shades of Shocking Pink #E50BC7
Tints of Shocking Pink #E50BC7
RGB
CMYK
RGB Variations
Color information
#E50BC7 (or 0xE50BC7) is known color: Shocking Pink. HEX triplet: E5, 0B and C7. RGB value is (229,11,199). Sum of RGB (Red+Green+Blue) = 229+11+199=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BC7 is #1AF438. Grayscale: #616161. Windows color (decimal): -1766457 or 13044709. OLE color: 13044709.
HSL color Cylindrical-coordinate representation of color #E50BC7: hue angle of 308.26º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 199 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.10 |
| HSL | 308.26º | 0.91% | 0.47% | - |
| HSV(B) | 308.26º | 0.95% | 0.9% | - |
| XYZ | 42.74 | 21.02 | 55.84 | - |
| YUV | 97.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 199 | 0 | 0.95 | 0.13 | 0.10 | 308.26 | 0.91 | 0.47 |
| Hex | E5 | B | C7 | 0 | 5F | D | A | 134 | 5B | 2F |
| Octal | 345 | 13 | 307 | 0 | 137 | 15 | 12 | 464 | 133 | 57 |
| Binary | 11100101 | 1011 | 11000111 | 0 | 1011111 | 1101 | 1010 | 100110100 | 1011011 | 101111 |
Color Harmonies of #E50BC7
Complementary color
Monochromatic Colors of #E50BC7
Black with #E50BC7
Text Example
Text Example
White with #E50BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BC7; }
p { color: rgb(229,11,199); }
H1.HeaderClassName
{
color: #E50BC7;
}
.AnyTagClassName
{
color: #E50BC7;
}
</style>
background-color css
<style>
a { background-color: #E50BC7; }
a { background-color: rgb(229,11,199); }
div.DivClassName
{
background-color: #E50BC7;
}
.BgClassName
{
background-color: #E50BC7;
}
</style>
border-color css
<style>
span { border-color: #E50BC7; }
span { border-color: rgb(229,11,199); }
td.TdClassName
{
border-color: #E50BC7;
}
.TagClassName
{
border-color: #E50BC7;
}
</style>