Shades of Shocking Pink #E400BF
Tints of Shocking Pink #E400BF
RGB
CMYK
RGB Variations
Color information
#E400BF (or 0xE400BF) is known color: Shocking Pink. HEX triplet: E4, 00 and BF. RGB value is (228,0,191). Sum of RGB (Red+Green+Blue) = 228+0+191=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E400BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400BF is #1BFF40. Grayscale: #595959. Windows color (decimal): -1834817 or 12517604. OLE color: 12517604.
HSL color Cylindrical-coordinate representation of color #E400BF: hue angle of 309.74º 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 #E400BF is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.16 | 0.11 |
| HSL | 309.74º | 1% | 0.45% | - |
| HSV(B) | 309.74º | 1% | 0.89% | - |
| XYZ | 41.4 | 20.26 | 51.02 | - |
| YUV | 89.95 | 185.04 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 191 | 0 | 1 | 0.16 | 0.11 | 309.74 | 1 | 0.45 |
| Hex | E4 | 0 | BF | 0 | 64 | 10 | B | 136 | 64 | 2D |
| Octal | 344 | 0 | 277 | 0 | 144 | 20 | 13 | 466 | 144 | 55 |
| Binary | 11100100 | 0 | 10111111 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100100 | 101101 |
Color Harmonies of #E400BF
Complementary color
Monochromatic Colors of #E400BF
Black with #E400BF
Text Example
Text Example
White with #E400BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400BF; }
p { color: rgb(228,0,191); }
H1.HeaderClassName
{
color: #E400BF;
}
.AnyTagClassName
{
color: #E400BF;
}
</style>
background-color css
<style>
a { background-color: #E400BF; }
a { background-color: rgb(228,0,191); }
div.DivClassName
{
background-color: #E400BF;
}
.BgClassName
{
background-color: #E400BF;
}
</style>
border-color css
<style>
span { border-color: #E400BF; }
span { border-color: rgb(228,0,191); }
td.TdClassName
{
border-color: #E400BF;
}
.TagClassName
{
border-color: #E400BF;
}
</style>