#E179B7

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

Shades of Persian Pink #E179B7

Tints of Persian Pink #E179B7

Color information

#E179B7 (or 0xE179B7) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and B7. RGB value is (225,121,183). Sum of RGB (Red+Green+Blue) = 225+121+183=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E179B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179B7 is #1E8648. Grayscale: #9F9F9F. Windows color (decimal): -2000457 or 12024289. OLE color: 12024289.

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

Color convert

RGB225121183-
CMYK00.460.190.12
HSL324.23º63.41%67.84%-
HSV(B)324.23º46.22%88.24%-
XYZ46.4433.148.74-
YUV159.16141.46174.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=42.53%
G=22.87%
B=34.59%

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
Decimal22512118300.460.190.12324.2363.4167.84
HexE179B702E13C1443f44
Octal341171267056231450477104
Binary1110000111110011011011101011101001111001010001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179B7; }

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

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

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

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

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

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

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

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