#E179B6

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

Shades of Persian Pink #E179B6

Tints of Persian Pink #E179B6

Color information

#E179B6 (or 0xE179B6) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and B6. RGB value is (225,121,182). Sum of RGB (Red+Green+Blue) = 225+121+182=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E179B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179B6 is #1E8649. Grayscale: #9E9E9E. Windows color (decimal): -2000458 or 11958753. OLE color: 11958753.

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

Color convert

RGB225121182-
CMYK00.460.190.12
HSL324.81º63.41%67.84%-
HSV(B)324.81º46.22%88.24%-
XYZ46.3333.0648.2-
YUV159.05140.96175.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=42.61%
G=22.92%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512118200.460.190.12324.8163.4167.84
HexE179B602E13C1453f44
Octal341171266056231450577104
Binary1110000111110011011011001011101001111001010001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179B6; }

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

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

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

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

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

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

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

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