#E10FB9

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

Shades of Shocking Pink #E10FB9

Tints of Shocking Pink #E10FB9

Color information

#E10FB9 (or 0xE10FB9) is unknown color: approx Shocking Pink. HEX triplet: E1, 0F and B9. RGB value is (225,15,185). Sum of RGB (Red+Green+Blue) = 225+15+185=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FB9 is #1EF046. Grayscale: #606060. Windows color (decimal): -2027591 or 12128225. OLE color: 12128225.

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

Color convert

RGB22515185-
CMYK00.930.180.12
HSL311.43º87.5%47.06%-
HSV(B)311.43º93.33%88.24%-
XYZ39.9819.8547.62-
YUV97.17177.57219.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 15 (6.25% from 255) = 3.53%
BLUE value IS 185 (72.66% from 255) = 43.53%
R=52.94%
G=3.53%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251518500.930.180.12311.4387.547.06
HexE1FB905D12C137582f
Octal341172710135221446713057
Binary11100001111110111001010111011001011001001101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10FB9; }

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

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

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

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

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

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

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

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