Shades of Shocking Pink #E414BF
Tints of Shocking Pink #E414BF
RGB
CMYK
RGB Variations
Color information
#E414BF (or 0xE414BF) is known color: Shocking Pink. HEX triplet: E4, 14 and BF. RGB value is (228,20,191). Sum of RGB (Red+Green+Blue) = 228+20+191=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E414BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414BF is #1BEB40. Grayscale: #656565. Windows color (decimal): -1829697 or 12522724. OLE color: 12522724.
HSL color Cylindrical-coordinate representation of color #E414BF: hue angle of 310.67º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414BF is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 191 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.11 |
| HSL | 310.67º | 0.84% | 0.49% | - |
| HSV(B) | 310.67º | 0.91% | 0.89% | - |
| XYZ | 41.65 | 20.76 | 51.1 | - |
| YUV | 101.69 | 178.41 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 191 | 0 | 0.91 | 0.16 | 0.11 | 310.67 | 0.84 | 0.49 |
| Hex | E4 | 14 | BF | 0 | 5B | 10 | B | 137 | 54 | 31 |
| Octal | 344 | 24 | 277 | 0 | 133 | 20 | 13 | 467 | 124 | 61 |
| Binary | 11100100 | 10100 | 10111111 | 0 | 1011011 | 10000 | 1011 | 100110111 | 1010100 | 110001 |
Color Harmonies of #E414BF
Complementary color
Monochromatic Colors of #E414BF
Black with #E414BF
Text Example
Text Example
White with #E414BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414BF; }
p { color: rgb(228,20,191); }
H1.HeaderClassName
{
color: #E414BF;
}
.AnyTagClassName
{
color: #E414BF;
}
</style>
background-color css
<style>
a { background-color: #E414BF; }
a { background-color: rgb(228,20,191); }
div.DivClassName
{
background-color: #E414BF;
}
.BgClassName
{
background-color: #E414BF;
}
</style>
border-color css
<style>
span { border-color: #E414BF; }
span { border-color: rgb(228,20,191); }
td.TdClassName
{
border-color: #E414BF;
}
.TagClassName
{
border-color: #E414BF;
}
</style>