Shades of Shocking Pink #E102BA
Tints of Shocking Pink #E102BA
RGB
CMYK
RGB Variations
Color information
#E102BA (or 0xE102BA) is known color: Shocking Pink. HEX triplet: E1, 02 and BA. RGB value is (225,2,186). Sum of RGB (Red+Green+Blue) = 225+2+186=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E102BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102BA is #1EFD45. Grayscale: #595959. Windows color (decimal): -2030918 or 12190433. OLE color: 12190433.
HSL color Cylindrical-coordinate representation of color #E102BA: hue angle of 310.49º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102BA is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.12 |
| HSL | 310.49º | 0.98% | 0.45% | - |
| HSV(B) | 310.49º | 0.99% | 0.88% | - |
| XYZ | 39.94 | 19.6 | 48.13 | - |
| YUV | 89.65 | 182.38 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 186 | 0 | 0.99 | 0.17 | 0.12 | 310.49 | 0.98 | 0.45 |
| Hex | E1 | 2 | BA | 0 | 63 | 11 | C | 136 | 62 | 2D |
| Octal | 341 | 2 | 272 | 0 | 143 | 21 | 14 | 466 | 142 | 55 |
| Binary | 11100001 | 10 | 10111010 | 0 | 1100011 | 10001 | 1100 | 100110110 | 1100010 | 101101 |
Color Harmonies of #E102BA
Complementary color
Monochromatic Colors of #E102BA
Black with #E102BA
Text Example
Text Example
White with #E102BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102BA; }
p { color: rgb(225,2,186); }
H1.HeaderClassName
{
color: #E102BA;
}
.AnyTagClassName
{
color: #E102BA;
}
</style>
background-color css
<style>
a { background-color: #E102BA; }
a { background-color: rgb(225,2,186); }
div.DivClassName
{
background-color: #E102BA;
}
.BgClassName
{
background-color: #E102BA;
}
</style>
border-color css
<style>
span { border-color: #E102BA; }
span { border-color: rgb(225,2,186); }
td.TdClassName
{
border-color: #E102BA;
}
.TagClassName
{
border-color: #E102BA;
}
</style>