Shades of Shocking Pink #E50ABF
Tints of Shocking Pink #E50ABF
RGB
CMYK
RGB Variations
Color information
#E50ABF (or 0xE50ABF) is known color: Shocking Pink. HEX triplet: E5, 0A and BF. RGB value is (229,10,191). Sum of RGB (Red+Green+Blue) = 229+10+191=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ABF is #1AF540. Grayscale: #5F5F5F. Windows color (decimal): -1766721 or 12520165. OLE color: 12520165.
HSL color Cylindrical-coordinate representation of color #E50ABF: hue angle of 310.41º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50ABF is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.10 |
| HSL | 310.41º | 0.92% | 0.47% | - |
| HSV(B) | 310.41º | 0.96% | 0.9% | - |
| XYZ | 41.83 | 20.64 | 51.07 | - |
| YUV | 96.12 | 181.55 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 191 | 0 | 0.96 | 0.17 | 0.10 | 310.41 | 0.92 | 0.47 |
| Hex | E5 | A | BF | 0 | 60 | 11 | A | 136 | 5C | 2F |
| Octal | 345 | 12 | 277 | 0 | 140 | 21 | 12 | 466 | 134 | 57 |
| Binary | 11100101 | 1010 | 10111111 | 0 | 1100000 | 10001 | 1010 | 100110110 | 1011100 | 101111 |
Color Harmonies of #E50ABF
Complementary color
Monochromatic Colors of #E50ABF
Black with #E50ABF
Text Example
Text Example
White with #E50ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50ABF; }
p { color: rgb(229,10,191); }
H1.HeaderClassName
{
color: #E50ABF;
}
.AnyTagClassName
{
color: #E50ABF;
}
</style>
background-color css
<style>
a { background-color: #E50ABF; }
a { background-color: rgb(229,10,191); }
div.DivClassName
{
background-color: #E50ABF;
}
.BgClassName
{
background-color: #E50ABF;
}
</style>
border-color css
<style>
span { border-color: #E50ABF; }
span { border-color: rgb(229,10,191); }
td.TdClassName
{
border-color: #E50ABF;
}
.TagClassName
{
border-color: #E50ABF;
}
</style>