Shades of Shocking Pink #E608BA
Tints of Shocking Pink #E608BA
RGB
CMYK
RGB Variations
Color information
#E608BA (or 0xE608BA) is known color: Shocking Pink. HEX triplet: E6, 08 and BA. RGB value is (230,8,186). Sum of RGB (Red+Green+Blue) = 230+8+186=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E608BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608BA is #19F745. Grayscale: #5E5E5E. Windows color (decimal): -1701702 or 12191974. OLE color: 12191974.
HSL color Cylindrical-coordinate representation of color #E608BA: hue angle of 311.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608BA is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 186 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.10 |
| HSL | 311.89º | 0.93% | 0.47% | - |
| HSV(B) | 311.89º | 0.97% | 0.9% | - |
| XYZ | 41.58 | 20.54 | 48.23 | - |
| YUV | 94.67 | 179.55 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 186 | 0 | 0.97 | 0.19 | 0.10 | 311.89 | 0.93 | 0.47 |
| Hex | E6 | 8 | BA | 0 | 61 | 13 | A | 138 | 5D | 2F |
| Octal | 346 | 10 | 272 | 0 | 141 | 23 | 12 | 470 | 135 | 57 |
| Binary | 11100110 | 1000 | 10111010 | 0 | 1100001 | 10011 | 1010 | 100111000 | 1011101 | 101111 |
Color Harmonies of #E608BA
Complementary color
Monochromatic Colors of #E608BA
Black with #E608BA
Text Example
Text Example
White with #E608BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608BA; }
p { color: rgb(230,8,186); }
H1.HeaderClassName
{
color: #E608BA;
}
.AnyTagClassName
{
color: #E608BA;
}
</style>
background-color css
<style>
a { background-color: #E608BA; }
a { background-color: rgb(230,8,186); }
div.DivClassName
{
background-color: #E608BA;
}
.BgClassName
{
background-color: #E608BA;
}
</style>
border-color css
<style>
span { border-color: #E608BA; }
span { border-color: rgb(230,8,186); }
td.TdClassName
{
border-color: #E608BA;
}
.TagClassName
{
border-color: #E608BA;
}
</style>