Shades of Shocking Pink #E10FBA
Tints of Shocking Pink #E10FBA
RGB
CMYK
RGB Variations
Color information
#E10FBA (or 0xE10FBA) is known color: Shocking Pink. HEX triplet: E1, 0F and BA. RGB value is (225,15,186). Sum of RGB (Red+Green+Blue) = 225+15+186=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FBA is #1EF045. Grayscale: #606060. Windows color (decimal): -2027590 or 12193761. OLE color: 12193761.
HSL color Cylindrical-coordinate representation of color #E10FBA: hue angle of 311.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FBA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 186 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.12 |
| HSL | 311.14º | 0.88% | 0.47% | - |
| HSV(B) | 311.14º | 0.93% | 0.88% | - |
| XYZ | 40.09 | 19.89 | 48.18 | - |
| YUV | 97.28 | 178.07 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 186 | 0 | 0.93 | 0.17 | 0.12 | 311.14 | 0.88 | 0.47 |
| Hex | E1 | F | BA | 0 | 5D | 11 | C | 137 | 58 | 2F |
| Octal | 341 | 17 | 272 | 0 | 135 | 21 | 14 | 467 | 130 | 57 |
| Binary | 11100001 | 1111 | 10111010 | 0 | 1011101 | 10001 | 1100 | 100110111 | 1011000 | 101111 |
Color Harmonies of #E10FBA
Complementary color
Monochromatic Colors of #E10FBA
Black with #E10FBA
Text Example
Text Example
White with #E10FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FBA; }
p { color: rgb(225,15,186); }
H1.HeaderClassName
{
color: #E10FBA;
}
.AnyTagClassName
{
color: #E10FBA;
}
</style>
background-color css
<style>
a { background-color: #E10FBA; }
a { background-color: rgb(225,15,186); }
div.DivClassName
{
background-color: #E10FBA;
}
.BgClassName
{
background-color: #E10FBA;
}
</style>
border-color css
<style>
span { border-color: #E10FBA; }
span { border-color: rgb(225,15,186); }
td.TdClassName
{
border-color: #E10FBA;
}
.TagClassName
{
border-color: #E10FBA;
}
</style>