Shades of Shocking Pink #E005BA
Tints of Shocking Pink #E005BA
RGB
CMYK
RGB Variations
Color information
#E005BA (or 0xE005BA) is known color: Shocking Pink. HEX triplet: E0, 05 and BA. RGB value is (224,5,186). Sum of RGB (Red+Green+Blue) = 224+5+186=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E005BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005BA is #1FFA45. Grayscale: #5A5A5A. Windows color (decimal): -2095686 or 12191200. OLE color: 12191200.
HSL color Cylindrical-coordinate representation of color #E005BA: hue angle of 310.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005BA is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.12 |
| HSL | 310.41º | 0.96% | 0.45% | - |
| HSV(B) | 310.41º | 0.98% | 0.88% | - |
| XYZ | 39.66 | 19.5 | 48.13 | - |
| YUV | 91.12 | 181.55 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 186 | 0 | 0.98 | 0.17 | 0.12 | 310.41 | 0.96 | 0.45 |
| Hex | E0 | 5 | BA | 0 | 62 | 11 | C | 136 | 60 | 2D |
| Octal | 340 | 5 | 272 | 0 | 142 | 21 | 14 | 466 | 140 | 55 |
| Binary | 11100000 | 101 | 10111010 | 0 | 1100010 | 10001 | 1100 | 100110110 | 1100000 | 101101 |
Color Harmonies of #E005BA
Complementary color
Monochromatic Colors of #E005BA
Black with #E005BA
Text Example
Text Example
White with #E005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005BA; }
p { color: rgb(224,5,186); }
H1.HeaderClassName
{
color: #E005BA;
}
.AnyTagClassName
{
color: #E005BA;
}
</style>
background-color css
<style>
a { background-color: #E005BA; }
a { background-color: rgb(224,5,186); }
div.DivClassName
{
background-color: #E005BA;
}
.BgClassName
{
background-color: #E005BA;
}
</style>
border-color css
<style>
span { border-color: #E005BA; }
span { border-color: rgb(224,5,186); }
td.TdClassName
{
border-color: #E005BA;
}
.TagClassName
{
border-color: #E005BA;
}
</style>