#E173AF

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

Shades of Persian Pink #E173AF

Tints of Persian Pink #E173AF

Color information

#E173AF (or 0xE173AF) is unknown color: approx Persian Pink. HEX triplet: E1, 73 and AF. RGB value is (225,115,175). Sum of RGB (Red+Green+Blue) = 225+115+175=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E173AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173AF is #1E8C50. Grayscale: #9A9A9A. Windows color (decimal): -2002001 or 11498465. OLE color: 11498465.

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

Color convert

RGB225115175-
CMYK00.490.220.12
HSL327.27º64.71%66.67%-
HSV(B)327.27º48.89%88.24%-
XYZ44.9231.3644.24-
YUV154.73139.44178.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 115 (45.31% from 255) = 22.33%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=43.69%
G=22.33%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511517500.490.220.12327.2764.7166.67
HexE173AF03116C1474143
Octal3411632570612614507101103
Binary11100001111001110101111011000110110110010100011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173AF; }

 p { color: rgb(225,115,175); }

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

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

 a { background-color: rgb(225,115,175); }

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

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

 span { border-color: rgb(225,115,175); }

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