Shades of Shocking Pink #E10ABF
Tints of Shocking Pink #E10ABF
RGB
CMYK
RGB Variations
Color information
#E10ABF (or 0xE10ABF) is known color: Shocking Pink. HEX triplet: E1, 0A and BF. RGB value is (225,10,191). Sum of RGB (Red+Green+Blue) = 225+10+191=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ABF is #1EF540. Grayscale: #5E5E5E. Windows color (decimal): -2028865 or 12520161. OLE color: 12520161.
HSL color Cylindrical-coordinate representation of color #E10ABF: hue angle of 309.49º degrees, saturation: 0.91, 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 #E10ABF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.12 |
| HSL | 309.49º | 0.91% | 0.46% | - |
| HSV(B) | 309.49º | 0.96% | 0.88% | - |
| XYZ | 40.56 | 19.99 | 51.01 | - |
| YUV | 94.92 | 182.23 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 191 | 0 | 0.96 | 0.15 | 0.12 | 309.49 | 0.91 | 0.46 |
| Hex | E1 | A | BF | 0 | 60 | F | C | 135 | 5B | 2E |
| Octal | 341 | 12 | 277 | 0 | 140 | 17 | 14 | 465 | 133 | 56 |
| Binary | 11100001 | 1010 | 10111111 | 0 | 1100000 | 1111 | 1100 | 100110101 | 1011011 | 101110 |
Color Harmonies of #E10ABF
Complementary color
Monochromatic Colors of #E10ABF
Black with #E10ABF
Text Example
Text Example
White with #E10ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ABF; }
p { color: rgb(225,10,191); }
H1.HeaderClassName
{
color: #E10ABF;
}
.AnyTagClassName
{
color: #E10ABF;
}
</style>
background-color css
<style>
a { background-color: #E10ABF; }
a { background-color: rgb(225,10,191); }
div.DivClassName
{
background-color: #E10ABF;
}
.BgClassName
{
background-color: #E10ABF;
}
</style>
border-color css
<style>
span { border-color: #E10ABF; }
span { border-color: rgb(225,10,191); }
td.TdClassName
{
border-color: #E10ABF;
}
.TagClassName
{
border-color: #E10ABF;
}
</style>