Shades of Shocking Pink #E30FBC
Tints of Shocking Pink #E30FBC
RGB
CMYK
RGB Variations
Color information
#E30FBC (or 0xE30FBC) is known color: Shocking Pink. HEX triplet: E3, 0F and BC. RGB value is (227,15,188). Sum of RGB (Red+Green+Blue) = 227+15+188=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FBC is #1CF043. Grayscale: #616161. Windows color (decimal): -1896516 or 12324835. OLE color: 12324835.
HSL color Cylindrical-coordinate representation of color #E30FBC: hue angle of 311.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30FBC is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.11 |
| HSL | 311.04º | 0.88% | 0.47% | - |
| HSV(B) | 311.04º | 0.93% | 0.89% | - |
| XYZ | 40.93 | 20.3 | 49.34 | - |
| YUV | 98.11 | 178.74 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 188 | 0 | 0.93 | 0.17 | 0.11 | 311.04 | 0.88 | 0.47 |
| Hex | E3 | F | BC | 0 | 5D | 11 | B | 137 | 58 | 2F |
| Octal | 343 | 17 | 274 | 0 | 135 | 21 | 13 | 467 | 130 | 57 |
| Binary | 11100011 | 1111 | 10111100 | 0 | 1011101 | 10001 | 1011 | 100110111 | 1011000 | 101111 |
Color Harmonies of #E30FBC
Complementary color
Monochromatic Colors of #E30FBC
Black with #E30FBC
Text Example
Text Example
White with #E30FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FBC; }
p { color: rgb(227,15,188); }
H1.HeaderClassName
{
color: #E30FBC;
}
.AnyTagClassName
{
color: #E30FBC;
}
</style>
background-color css
<style>
a { background-color: #E30FBC; }
a { background-color: rgb(227,15,188); }
div.DivClassName
{
background-color: #E30FBC;
}
.BgClassName
{
background-color: #E30FBC;
}
</style>
border-color css
<style>
span { border-color: #E30FBC; }
span { border-color: rgb(227,15,188); }
td.TdClassName
{
border-color: #E30FBC;
}
.TagClassName
{
border-color: #E30FBC;
}
</style>