Shades of Shocking Pink #E300BC
Tints of Shocking Pink #E300BC
RGB
CMYK
RGB Variations
Color information
#E300BC (or 0xE300BC) is known color: Shocking Pink. HEX triplet: E3, 00 and BC. RGB value is (227,0,188). Sum of RGB (Red+Green+Blue) = 227+0+188=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E300BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E300BC is #1CFF43. Grayscale: #585858. Windows color (decimal): -1900356 or 12320995. OLE color: 12320995.
HSL color Cylindrical-coordinate representation of color #E300BC: hue angle of 310.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300BC is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.17 | 0.11 |
| HSL | 310.31º | 1% | 0.45% | - |
| HSV(B) | 310.31º | 1% | 0.89% | - |
| XYZ | 40.76 | 19.96 | 49.28 | - |
| YUV | 89.31 | 183.71 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 188 | 0 | 1 | 0.17 | 0.11 | 310.31 | 1 | 0.45 |
| Hex | E3 | 0 | BC | 0 | 64 | 11 | B | 136 | 64 | 2D |
| Octal | 343 | 0 | 274 | 0 | 144 | 21 | 13 | 466 | 144 | 55 |
| Binary | 11100011 | 0 | 10111100 | 0 | 1100100 | 10001 | 1011 | 100110110 | 1100100 | 101101 |
Color Harmonies of #E300BC
Complementary color
Monochromatic Colors of #E300BC
Black with #E300BC
Text Example
Text Example
White with #E300BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300BC; }
p { color: rgb(227,0,188); }
H1.HeaderClassName
{
color: #E300BC;
}
.AnyTagClassName
{
color: #E300BC;
}
</style>
background-color css
<style>
a { background-color: #E300BC; }
a { background-color: rgb(227,0,188); }
div.DivClassName
{
background-color: #E300BC;
}
.BgClassName
{
background-color: #E300BC;
}
</style>
border-color css
<style>
span { border-color: #E300BC; }
span { border-color: rgb(227,0,188); }
td.TdClassName
{
border-color: #E300BC;
}
.TagClassName
{
border-color: #E300BC;
}
</style>