#E171B5

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

Shades of Persian Pink #E171B5

Tints of Persian Pink #E171B5

Color information

#E171B5 (or 0xE171B5) is unknown color: approx Persian Pink. HEX triplet: E1, 71 and B5. RGB value is (225,113,181). Sum of RGB (Red+Green+Blue) = 225+113+181=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E171B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171B5 is #1E8E4A. Grayscale: #9A9A9A. Windows color (decimal): -2002507 or 11891169. OLE color: 11891169.

HSL color Cylindrical-coordinate representation of color #E171B5: hue angle of 323.57º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171B5 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB225113181-
CMYK00.500.200.12
HSL323.57º65.12%66.27%-
HSV(B)323.57º49.78%88.24%-
XYZ45.331.1547.34-
YUV154.24143.11178.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=43.35%
G=21.77%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511318100.500.200.12323.5765.1266.27
HexE171B503214C1444142
Octal3411612650622414504101102
Binary11100001111000110110101011001010100110010100010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171B5; }

 p { color: rgb(225,113,181); }

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

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

 a { background-color: rgb(225,113,181); }

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

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

 span { border-color: rgb(225,113,181); }

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