Shades of Shocking Pink #E108BA
Tints of Shocking Pink #E108BA
RGB
CMYK
RGB Variations
Color information
#E108BA (or 0xE108BA) is known color: Shocking Pink. HEX triplet: E1, 08 and BA. RGB value is (225,8,186). Sum of RGB (Red+Green+Blue) = 225+8+186=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E108BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108BA is #1EF745. Grayscale: #5C5C5C. Windows color (decimal): -2029382 or 12191969. OLE color: 12191969.
HSL color Cylindrical-coordinate representation of color #E108BA: hue angle of 310.78º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E108BA is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 186 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.12 |
| HSL | 310.78º | 0.93% | 0.46% | - |
| HSV(B) | 310.78º | 0.96% | 0.88% | - |
| XYZ | 40 | 19.73 | 48.15 | - |
| YUV | 93.18 | 180.39 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 186 | 0 | 0.96 | 0.17 | 0.12 | 310.78 | 0.93 | 0.46 |
| Hex | E1 | 8 | BA | 0 | 60 | 11 | C | 137 | 5D | 2E |
| Octal | 341 | 10 | 272 | 0 | 140 | 21 | 14 | 467 | 135 | 56 |
| Binary | 11100001 | 1000 | 10111010 | 0 | 1100000 | 10001 | 1100 | 100110111 | 1011101 | 101110 |
Color Harmonies of #E108BA
Complementary color
Monochromatic Colors of #E108BA
Black with #E108BA
Text Example
Text Example
White with #E108BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108BA; }
p { color: rgb(225,8,186); }
H1.HeaderClassName
{
color: #E108BA;
}
.AnyTagClassName
{
color: #E108BA;
}
</style>
background-color css
<style>
a { background-color: #E108BA; }
a { background-color: rgb(225,8,186); }
div.DivClassName
{
background-color: #E108BA;
}
.BgClassName
{
background-color: #E108BA;
}
</style>
border-color css
<style>
span { border-color: #E108BA; }
span { border-color: rgb(225,8,186); }
td.TdClassName
{
border-color: #E108BA;
}
.TagClassName
{
border-color: #E108BA;
}
</style>