Shades of Shocking Pink #E501BA
Tints of Shocking Pink #E501BA
RGB
CMYK
RGB Variations
Color information
#E501BA (or 0xE501BA) is known color: Shocking Pink. HEX triplet: E5, 01 and BA. RGB value is (229,1,186). Sum of RGB (Red+Green+Blue) = 229+1+186=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E501BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501BA is #1AFE45. Grayscale: #595959. Windows color (decimal): -1769030 or 12190181. OLE color: 12190181.
HSL color Cylindrical-coordinate representation of color #E501BA: hue angle of 311.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501BA is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.10 |
| HSL | 311.32º | 0.99% | 0.45% | - |
| HSV(B) | 311.32º | 1% | 0.9% | - |
| XYZ | 41.19 | 20.22 | 48.19 | - |
| YUV | 90.26 | 182.04 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 186 | 0 | 1.00 | 0.19 | 0.10 | 311.32 | 0.99 | 0.45 |
| Hex | E5 | 1 | BA | 0 | 64 | 13 | A | 137 | 63 | 2D |
| Octal | 345 | 1 | 272 | 0 | 144 | 23 | 12 | 467 | 143 | 55 |
| Binary | 11100101 | 1 | 10111010 | 0 | 1100100 | 10011 | 1010 | 100110111 | 1100011 | 101101 |
Color Harmonies of #E501BA
Complementary color
Monochromatic Colors of #E501BA
Black with #E501BA
Text Example
Text Example
White with #E501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501BA; }
p { color: rgb(229,1,186); }
H1.HeaderClassName
{
color: #E501BA;
}
.AnyTagClassName
{
color: #E501BA;
}
</style>
background-color css
<style>
a { background-color: #E501BA; }
a { background-color: rgb(229,1,186); }
div.DivClassName
{
background-color: #E501BA;
}
.BgClassName
{
background-color: #E501BA;
}
</style>
border-color css
<style>
span { border-color: #E501BA; }
span { border-color: rgb(229,1,186); }
td.TdClassName
{
border-color: #E501BA;
}
.TagClassName
{
border-color: #E501BA;
}
</style>