#E11FB2

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

Shades of Spicy Pink #E11FB2

Tints of Spicy Pink #E11FB2

Color information

#E11FB2 (or 0xE11FB2) is unknown color: approx Spicy Pink. HEX triplet: E1, 1F and B2. RGB value is (225,31,178). Sum of RGB (Red+Green+Blue) = 225+31+178=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FB2 is #1EE04D. Grayscale: #696969. Windows color (decimal): -2023502 or 11673569. OLE color: 11673569.

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

Color convert

RGB22531178-
CMYK00.860.210.12
HSL314.54º76.38%50.2%-
HSV(B)314.54º86.22%88.24%-
XYZ39.5820.243.93-
YUV105.76168.77213.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.84%
GREEN value IS 31 (12.5% from 255) = 7.14%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=51.84%
G=7.14%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253117800.860.210.12314.5476.3850.2
HexE11FB205615C13b4c32
Octal341372620126251447311462
Binary111000011111110110010010101101010111001001110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11FB2; }

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

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

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

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

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

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

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

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