Shades of Shocking Pink #E615BA
Tints of Shocking Pink #E615BA
RGB
CMYK
RGB Variations
Color information
#E615BA (or 0xE615BA) is known color: Shocking Pink. HEX triplet: E6, 15 and BA. RGB value is (230,21,186). Sum of RGB (Red+Green+Blue) = 230+21+186=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E615BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615BA is #19EA45. Grayscale: #656565. Windows color (decimal): -1698374 or 12195302. OLE color: 12195302.
HSL color Cylindrical-coordinate representation of color #E615BA: hue angle of 312.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615BA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.10 |
| HSL | 312.63º | 0.83% | 0.49% | - |
| HSV(B) | 312.63º | 0.91% | 0.9% | - |
| XYZ | 41.76 | 20.9 | 48.29 | - |
| YUV | 102.3 | 175.24 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 186 | 0 | 0.91 | 0.19 | 0.10 | 312.63 | 0.83 | 0.49 |
| Hex | E6 | 15 | BA | 0 | 5B | 13 | A | 139 | 53 | 31 |
| Octal | 346 | 25 | 272 | 0 | 133 | 23 | 12 | 471 | 123 | 61 |
| Binary | 11100110 | 10101 | 10111010 | 0 | 1011011 | 10011 | 1010 | 100111001 | 1010011 | 110001 |
Color Harmonies of #E615BA
Complementary color
Monochromatic Colors of #E615BA
Black with #E615BA
Text Example
Text Example
White with #E615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615BA; }
p { color: rgb(230,21,186); }
H1.HeaderClassName
{
color: #E615BA;
}
.AnyTagClassName
{
color: #E615BA;
}
</style>
background-color css
<style>
a { background-color: #E615BA; }
a { background-color: rgb(230,21,186); }
div.DivClassName
{
background-color: #E615BA;
}
.BgClassName
{
background-color: #E615BA;
}
</style>
border-color css
<style>
span { border-color: #E615BA; }
span { border-color: rgb(230,21,186); }
td.TdClassName
{
border-color: #E615BA;
}
.TagClassName
{
border-color: #E615BA;
}
</style>