#E179AE

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

Shades of Persian Pink #E179AE

Tints of Persian Pink #E179AE

Color information

#E179AE (or 0xE179AE) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and AE. RGB value is (225,121,174). Sum of RGB (Red+Green+Blue) = 225+121+174=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E179AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179AE is #1E8651. Grayscale: #9E9E9E. Windows color (decimal): -2000466 or 11434465. OLE color: 11434465.

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

Color convert

RGB225121174-
CMYK00.460.230.12
HSL329.42º63.41%67.84%-
HSV(B)329.42º46.22%88.24%-
XYZ45.5332.7443.96-
YUV158.14136.96175.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=43.27%
G=23.27%
B=33.46%

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
Decimal22512117400.460.230.12329.4263.4167.84
HexE179AE02E17C1493f44
Octal341171256056271451177104
Binary1110000111110011010111001011101011111001010010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179AE; }

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

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

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

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

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

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

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

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