Shades of Shocking Pink #E616BA
Tints of Shocking Pink #E616BA
RGB
CMYK
RGB Variations
Color information
#E616BA (or 0xE616BA) is known color: Shocking Pink. HEX triplet: E6, 16 and BA. RGB value is (230,22,186). Sum of RGB (Red+Green+Blue) = 230+22+186=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E616BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616BA is #19E945. Grayscale: #666666. Windows color (decimal): -1698118 or 12195558. OLE color: 12195558.
HSL color Cylindrical-coordinate representation of color #E616BA: hue angle of 312.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616BA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 186 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.10 |
| HSL | 312.69º | 0.83% | 0.49% | - |
| HSV(B) | 312.69º | 0.9% | 0.9% | - |
| XYZ | 41.78 | 20.94 | 48.29 | - |
| YUV | 102.89 | 174.91 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 186 | 0 | 0.90 | 0.19 | 0.10 | 312.69 | 0.83 | 0.49 |
| Hex | E6 | 16 | BA | 0 | 5A | 13 | A | 139 | 53 | 31 |
| Octal | 346 | 26 | 272 | 0 | 132 | 23 | 12 | 471 | 123 | 61 |
| Binary | 11100110 | 10110 | 10111010 | 0 | 1011010 | 10011 | 1010 | 100111001 | 1010011 | 110001 |
Color Harmonies of #E616BA
Complementary color
Monochromatic Colors of #E616BA
Black with #E616BA
Text Example
Text Example
White with #E616BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616BA; }
p { color: rgb(230,22,186); }
H1.HeaderClassName
{
color: #E616BA;
}
.AnyTagClassName
{
color: #E616BA;
}
</style>
background-color css
<style>
a { background-color: #E616BA; }
a { background-color: rgb(230,22,186); }
div.DivClassName
{
background-color: #E616BA;
}
.BgClassName
{
background-color: #E616BA;
}
</style>
border-color css
<style>
span { border-color: #E616BA; }
span { border-color: rgb(230,22,186); }
td.TdClassName
{
border-color: #E616BA;
}
.TagClassName
{
border-color: #E616BA;
}
</style>