Shades of Shocking Pink #E504BF
Tints of Shocking Pink #E504BF
RGB
CMYK
RGB Variations
Color information
#E504BF (or 0xE504BF) is known color: Shocking Pink. HEX triplet: E5, 04 and BF. RGB value is (229,4,191). Sum of RGB (Red+Green+Blue) = 229+4+191=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E504BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504BF is #1AFB40. Grayscale: #5C5C5C. Windows color (decimal): -1768257 or 12518629. OLE color: 12518629.
HSL color Cylindrical-coordinate representation of color #E504BF: hue angle of 310.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504BF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.10 |
| HSL | 310.13º | 0.97% | 0.46% | - |
| HSV(B) | 310.13º | 0.98% | 0.9% | - |
| XYZ | 41.76 | 20.51 | 51.05 | - |
| YUV | 92.59 | 183.54 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 191 | 0 | 0.98 | 0.17 | 0.10 | 310.13 | 0.97 | 0.46 |
| Hex | E5 | 4 | BF | 0 | 62 | 11 | A | 136 | 61 | 2E |
| Octal | 345 | 4 | 277 | 0 | 142 | 21 | 12 | 466 | 141 | 56 |
| Binary | 11100101 | 100 | 10111111 | 0 | 1100010 | 10001 | 1010 | 100110110 | 1100001 | 101110 |
Color Harmonies of #E504BF
Complementary color
Monochromatic Colors of #E504BF
Black with #E504BF
Text Example
Text Example
White with #E504BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E504BF; }
p { color: rgb(229,4,191); }
H1.HeaderClassName
{
color: #E504BF;
}
.AnyTagClassName
{
color: #E504BF;
}
</style>
background-color css
<style>
a { background-color: #E504BF; }
a { background-color: rgb(229,4,191); }
div.DivClassName
{
background-color: #E504BF;
}
.BgClassName
{
background-color: #E504BF;
}
</style>
border-color css
<style>
span { border-color: #E504BF; }
span { border-color: rgb(229,4,191); }
td.TdClassName
{
border-color: #E504BF;
}
.TagClassName
{
border-color: #E504BF;
}
</style>