#E171BA

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

Shades of Persian Pink #E171BA

Tints of Persian Pink #E171BA

Color information

#E171BA (or 0xE171BA) is unknown color: approx Persian Pink. HEX triplet: E1, 71 and BA. RGB value is (225,113,186). Sum of RGB (Red+Green+Blue) = 225+113+186=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E171BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171BA is #1E8E45. Grayscale: #9A9A9A. Windows color (decimal): -2002502 or 12218849. OLE color: 12218849.

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

Color convert

RGB225113186-
CMYK00.500.170.12
HSL320.89º65.12%66.27%-
HSV(B)320.89º49.78%88.24%-
XYZ45.8231.3650.09-
YUV154.81145.61178.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=42.94%
G=21.56%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511318600.500.170.12320.8965.1266.27
HexE171BA03211C1414142
Octal3411612720622114501101102
Binary11100001111000110111010011001010001110010100000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171BA; }

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

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

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

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

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

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

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

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