#E10FB7

Color #E10FB7 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E10FB7

Tints of Shocking Pink #E10FB7

Color information

#E10FB7 (or 0xE10FB7) is unknown color: approx Shocking Pink. HEX triplet: E1, 0F and B7. RGB value is (225,15,183). Sum of RGB (Red+Green+Blue) = 225+15+183=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FB7 is #1EF048. Grayscale: #606060. Windows color (decimal): -2027593 or 11997153. OLE color: 11997153.

HSL color Cylindrical-coordinate representation of color #E10FB7: hue angle of 312º 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 #E10FB7 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB22515183-
CMYK00.930.190.12
HSL312º87.5%47.06%-
HSV(B)312º93.33%88.24%-
XYZ39.7719.7746.52-
YUV96.94176.57219.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 183 (71.88% from 255) = 43.26%
R=53.19%
G=3.55%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251518300.930.190.1231287.547.06
HexE1FB705D13C138582f
Octal341172670135231447013057
Binary11100001111110110111010111011001111001001110001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10FB7; }

 p { color: rgb(225,15,183); }

 H1.HeaderClassName
 {
   color: #E10FB7;
 }
 .AnyTagClassName
 {
   color: #E10FB7;
 }
</style>
background-color css

<style>
 a { background-color: #E10FB7; }

 a { background-color: rgb(225,15,183); }

 div.DivClassName
 {
   background-color: #E10FB7;
 }
 .BgClassName
 {
   background-color: #E10FB7;
 }
</style>
border-color css

<style>
 span { border-color: #E10FB7; }

 span { border-color: rgb(225,15,183); }

 td.TdClassName
 {
   border-color: #E10FB7;
 }
 .TagClassName
 {
   border-color: #E10FB7;
 }
</style>