#E179B0

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

Shades of Persian Pink #E179B0

Tints of Persian Pink #E179B0

Color information

#E179B0 (or 0xE179B0) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and B0. RGB value is (225,121,176). Sum of RGB (Red+Green+Blue) = 225+121+176=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E179B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179B0 is #1E864F. Grayscale: #9E9E9E. Windows color (decimal): -2000464 or 11565537. OLE color: 11565537.

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

Color convert

RGB225121176-
CMYK00.460.220.12
HSL328.27º63.41%67.84%-
HSV(B)328.27º46.22%88.24%-
XYZ45.7332.8245-
YUV158.37137.96175.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=43.10%
G=23.18%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512117600.460.220.12328.2763.4167.84
HexE179B002E16C1483f44
Octal341171260056261451077104
Binary1110000111110011011000001011101011011001010010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179B0; }

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

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

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

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

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

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

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

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