#E179AD

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

Shades of Persian Pink #E179AD

Tints of Persian Pink #E179AD

Color information

#E179AD (or 0xE179AD) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and AD. RGB value is (225,121,173). Sum of RGB (Red+Green+Blue) = 225+121+173=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E179AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179AD is #1E8652. Grayscale: #9D9D9D. Windows color (decimal): -2000467 or 11368929. OLE color: 11368929.

HSL color Cylindrical-coordinate representation of color #E179AD: hue angle of 330º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179AD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225121173-
CMYK00.460.230.12
HSL330º63.41%67.84%-
HSV(B)330º46.22%88.24%-
XYZ45.4332.743.45-
YUV158.02136.46175.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=43.35%
G=23.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512117300.460.230.1233063.4167.84
HexE179AD02E17C14a3f44
Octal341171255056271451277104
Binary1110000111110011010110101011101011111001010010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179AD; }

 p { color: rgb(225,121,173); }

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

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

 a { background-color: rgb(225,121,173); }

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

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

 span { border-color: rgb(225,121,173); }

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