Shades of Shocking Pink #E30CBC
Tints of Shocking Pink #E30CBC
RGB
CMYK
RGB Variations
Color information
#E30CBC (or 0xE30CBC) is known color: Shocking Pink. HEX triplet: E3, 0C and BC. RGB value is (227,12,188). Sum of RGB (Red+Green+Blue) = 227+12+188=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CBC is #1CF343. Grayscale: #5F5F5F. Windows color (decimal): -1897284 or 12324067. OLE color: 12324067.
HSL color Cylindrical-coordinate representation of color #E30CBC: hue angle of 310.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30CBC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.11 |
| HSL | 310.88º | 0.9% | 0.47% | - |
| HSV(B) | 310.88º | 0.95% | 0.89% | - |
| XYZ | 40.89 | 20.22 | 49.33 | - |
| YUV | 96.35 | 179.73 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 188 | 0 | 0.95 | 0.17 | 0.11 | 310.88 | 0.9 | 0.47 |
| Hex | E3 | C | BC | 0 | 5F | 11 | B | 137 | 5A | 2F |
| Octal | 343 | 14 | 274 | 0 | 137 | 21 | 13 | 467 | 132 | 57 |
| Binary | 11100011 | 1100 | 10111100 | 0 | 1011111 | 10001 | 1011 | 100110111 | 1011010 | 101111 |
Color Harmonies of #E30CBC
Complementary color
Monochromatic Colors of #E30CBC
Black with #E30CBC
Text Example
Text Example
White with #E30CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CBC; }
p { color: rgb(227,12,188); }
H1.HeaderClassName
{
color: #E30CBC;
}
.AnyTagClassName
{
color: #E30CBC;
}
</style>
background-color css
<style>
a { background-color: #E30CBC; }
a { background-color: rgb(227,12,188); }
div.DivClassName
{
background-color: #E30CBC;
}
.BgClassName
{
background-color: #E30CBC;
}
</style>
border-color css
<style>
span { border-color: #E30CBC; }
span { border-color: rgb(227,12,188); }
td.TdClassName
{
border-color: #E30CBC;
}
.TagClassName
{
border-color: #E30CBC;
}
</style>