Shades of Shocking Pink #E10FBE
Tints of Shocking Pink #E10FBE
RGB
CMYK
RGB Variations
Color information
#E10FBE (or 0xE10FBE) is known color: Shocking Pink. HEX triplet: E1, 0F and BE. RGB value is (225,15,190). Sum of RGB (Red+Green+Blue) = 225+15+190=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FBE is #1EF041. Grayscale: #616161. Windows color (decimal): -2027586 or 12455905. OLE color: 12455905.
HSL color Cylindrical-coordinate representation of color #E10FBE: hue angle of 310º 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 #E10FBE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.12 |
| HSL | 310º | 0.88% | 0.47% | - |
| HSV(B) | 310º | 0.93% | 0.88% | - |
| XYZ | 40.52 | 20.07 | 50.45 | - |
| YUV | 97.74 | 180.07 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 190 | 0 | 0.93 | 0.16 | 0.12 | 310 | 0.88 | 0.47 |
| Hex | E1 | F | BE | 0 | 5D | 10 | C | 136 | 58 | 2F |
| Octal | 341 | 17 | 276 | 0 | 135 | 20 | 14 | 466 | 130 | 57 |
| Binary | 11100001 | 1111 | 10111110 | 0 | 1011101 | 10000 | 1100 | 100110110 | 1011000 | 101111 |
Color Harmonies of #E10FBE
Complementary color
Monochromatic Colors of #E10FBE
Black with #E10FBE
Text Example
Text Example
White with #E10FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FBE; }
p { color: rgb(225,15,190); }
H1.HeaderClassName
{
color: #E10FBE;
}
.AnyTagClassName
{
color: #E10FBE;
}
</style>
background-color css
<style>
a { background-color: #E10FBE; }
a { background-color: rgb(225,15,190); }
div.DivClassName
{
background-color: #E10FBE;
}
.BgClassName
{
background-color: #E10FBE;
}
</style>
border-color css
<style>
span { border-color: #E10FBE; }
span { border-color: rgb(225,15,190); }
td.TdClassName
{
border-color: #E10FBE;
}
.TagClassName
{
border-color: #E10FBE;
}
</style>