#E179B1

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

Shades of Persian Pink #E179B1

Tints of Persian Pink #E179B1

Color information

#E179B1 (or 0xE179B1) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and B1. RGB value is (225,121,177). Sum of RGB (Red+Green+Blue) = 225+121+177=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E179B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179B1 is #1E864E. Grayscale: #9E9E9E. Windows color (decimal): -2000463 or 11631073. OLE color: 11631073.

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

Color convert

RGB225121177-
CMYK00.460.210.12
HSL327.69º63.41%67.84%-
HSV(B)327.69º46.22%88.24%-
XYZ45.8232.8645.52-
YUV158.48138.46175.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=43.02%
G=23.14%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512117700.460.210.12327.6963.4167.84
HexE179B102E15C1483f44
Octal341171261056251451077104
Binary1110000111110011011000101011101010111001010010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179B1; }

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

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

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

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

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

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

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

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