#e11fb0

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

Shades of Spicy Pink #E11FB0

Tints of Spicy Pink #E11FB0

Color information

#E11FB0 (or 0xE11FB0) is unknown color: approx Spicy Pink. HEX triplet: E1, 1F and B0. RGB value is (225,31,176). Sum of RGB (Red+Green+Blue) = 225+31+176=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FB0 is #1EE04F. Grayscale: #696969. Windows color (decimal): -2023504 or 11542497. OLE color: 11542497.

HSL color Cylindrical-coordinate representation of color #E11FB0: hue angle of 315.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FB0 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22531176-
CMYK00.860.220.12
HSL315.15º76.38%50.2%-
HSV(B)315.15º86.22%88.24%-
XYZ39.3820.1242.88-
YUV105.54167.77213.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.08%
GREEN value IS 31 (12.5% from 255) = 7.18%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=52.08%
G=7.18%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253117600.860.220.12315.1576.3850.2
HexE11FB005616C13b4c32
Octal341372600126261447311462
Binary111000011111110110000010101101011011001001110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11fb0; }

 p { color: rgb(225,31,176); }

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

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

 a { background-color: rgb(225,31,176); }

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

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

 span { border-color: rgb(225,31,176); }

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