Shades of Shocking Pink #E400BC
Tints of Shocking Pink #E400BC
RGB
CMYK
RGB Variations
Color information
#E400BC (or 0xE400BC) is known color: Shocking Pink. HEX triplet: E4, 00 and BC. RGB value is (228,0,188). Sum of RGB (Red+Green+Blue) = 228+0+188=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E400BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400BC is #1BFF43. Grayscale: #595959. Windows color (decimal): -1834820 or 12320996. OLE color: 12320996.
HSL color Cylindrical-coordinate representation of color #E400BC: hue angle of 310.53º 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 #E400BC is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.18 | 0.11 |
| HSL | 310.53º | 1% | 0.45% | - |
| HSV(B) | 310.53º | 1% | 0.89% | - |
| XYZ | 41.07 | 20.12 | 49.3 | - |
| YUV | 89.6 | 183.54 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 188 | 0 | 1 | 0.18 | 0.11 | 310.53 | 1 | 0.45 |
| Hex | E4 | 0 | BC | 0 | 64 | 12 | B | 137 | 64 | 2D |
| Octal | 344 | 0 | 274 | 0 | 144 | 22 | 13 | 467 | 144 | 55 |
| Binary | 11100100 | 0 | 10111100 | 0 | 1100100 | 10010 | 1011 | 100110111 | 1100100 | 101101 |
Color Harmonies of #E400BC
Complementary color
Monochromatic Colors of #E400BC
Black with #E400BC
Text Example
Text Example
White with #E400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400BC; }
p { color: rgb(228,0,188); }
H1.HeaderClassName
{
color: #E400BC;
}
.AnyTagClassName
{
color: #E400BC;
}
</style>
background-color css
<style>
a { background-color: #E400BC; }
a { background-color: rgb(228,0,188); }
div.DivClassName
{
background-color: #E400BC;
}
.BgClassName
{
background-color: #E400BC;
}
</style>
border-color css
<style>
span { border-color: #E400BC; }
span { border-color: rgb(228,0,188); }
td.TdClassName
{
border-color: #E400BC;
}
.TagClassName
{
border-color: #E400BC;
}
</style>