Shades of Shocking Pink #E50CBB
Tints of Shocking Pink #E50CBB
RGB
CMYK
RGB Variations
Color information
#E50CBB (or 0xE50CBB) is known color: Shocking Pink. HEX triplet: E5, 0C and BB. RGB value is (229,12,187). Sum of RGB (Red+Green+Blue) = 229+12+187=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CBB is #1AF344. Grayscale: #606060. Windows color (decimal): -1766213 or 12258533. OLE color: 12258533.
HSL color Cylindrical-coordinate representation of color #E50CBB: hue angle of 311.61º degrees, saturation: 0.9, 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 #E50CBB is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.10 |
| HSL | 311.61º | 0.9% | 0.47% | - |
| HSV(B) | 311.61º | 0.95% | 0.9% | - |
| XYZ | 41.41 | 20.51 | 48.79 | - |
| YUV | 96.83 | 178.89 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 187 | 0 | 0.95 | 0.18 | 0.10 | 311.61 | 0.9 | 0.47 |
| Hex | E5 | C | BB | 0 | 5F | 12 | A | 138 | 5A | 2F |
| Octal | 345 | 14 | 273 | 0 | 137 | 22 | 12 | 470 | 132 | 57 |
| Binary | 11100101 | 1100 | 10111011 | 0 | 1011111 | 10010 | 1010 | 100111000 | 1011010 | 101111 |
Color Harmonies of #E50CBB
Complementary color
Monochromatic Colors of #E50CBB
Black with #E50CBB
Text Example
Text Example
White with #E50CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CBB; }
p { color: rgb(229,12,187); }
H1.HeaderClassName
{
color: #E50CBB;
}
.AnyTagClassName
{
color: #E50CBB;
}
</style>
background-color css
<style>
a { background-color: #E50CBB; }
a { background-color: rgb(229,12,187); }
div.DivClassName
{
background-color: #E50CBB;
}
.BgClassName
{
background-color: #E50CBB;
}
</style>
border-color css
<style>
span { border-color: #E50CBB; }
span { border-color: rgb(229,12,187); }
td.TdClassName
{
border-color: #E50CBB;
}
.TagClassName
{
border-color: #E50CBB;
}
</style>