#E171B4

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

Shades of Persian Pink #E171B4

Tints of Persian Pink #E171B4

Color information

#E171B4 (or 0xE171B4) is unknown color: approx Persian Pink. HEX triplet: E1, 71 and B4. RGB value is (225,113,180). Sum of RGB (Red+Green+Blue) = 225+113+180=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E171B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171B4 is #1E8E4B. Grayscale: #999999. Windows color (decimal): -2002508 or 11825633. OLE color: 11825633.

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

Color convert

RGB225113180-
CMYK00.500.20.12
HSL324.11º65.12%66.27%-
HSV(B)324.11º49.78%88.24%-
XYZ45.1931.1146.8-
YUV154.13142.61178.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=43.44%
G=21.81%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511318000.500.20.12324.1165.1266.27
HexE171B403214C1444142
Octal3411612640622414504101102
Binary11100001111000110110100011001010100110010100010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171B4; }

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

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

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

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

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

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

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

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