Shades of Shocking Pink #E407BF
Tints of Shocking Pink #E407BF
RGB
CMYK
RGB Variations
Color information
#E407BF (or 0xE407BF) is known color: Shocking Pink. HEX triplet: E4, 07 and BF. RGB value is (228,7,191). Sum of RGB (Red+Green+Blue) = 228+7+191=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E407BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407BF is #1BF840. Grayscale: #5D5D5D. Windows color (decimal): -1833025 or 12519396. OLE color: 12519396.
HSL color Cylindrical-coordinate representation of color #E407BF: hue angle of 310.05º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407BF is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.11 |
| HSL | 310.05º | 0.94% | 0.46% | - |
| HSV(B) | 310.05º | 0.97% | 0.89% | - |
| XYZ | 41.47 | 20.41 | 51.04 | - |
| YUV | 94.06 | 182.72 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 191 | 0 | 0.97 | 0.16 | 0.11 | 310.05 | 0.94 | 0.46 |
| Hex | E4 | 7 | BF | 0 | 61 | 10 | B | 136 | 5E | 2E |
| Octal | 344 | 7 | 277 | 0 | 141 | 20 | 13 | 466 | 136 | 56 |
| Binary | 11100100 | 111 | 10111111 | 0 | 1100001 | 10000 | 1011 | 100110110 | 1011110 | 101110 |
Color Harmonies of #E407BF
Complementary color
Monochromatic Colors of #E407BF
Black with #E407BF
Text Example
Text Example
White with #E407BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407BF; }
p { color: rgb(228,7,191); }
H1.HeaderClassName
{
color: #E407BF;
}
.AnyTagClassName
{
color: #E407BF;
}
</style>
background-color css
<style>
a { background-color: #E407BF; }
a { background-color: rgb(228,7,191); }
div.DivClassName
{
background-color: #E407BF;
}
.BgClassName
{
background-color: #E407BF;
}
</style>
border-color css
<style>
span { border-color: #E407BF; }
span { border-color: rgb(228,7,191); }
td.TdClassName
{
border-color: #E407BF;
}
.TagClassName
{
border-color: #E407BF;
}
</style>