#E179B5

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

Shades of Persian Pink #E179B5

Tints of Persian Pink #E179B5

Color information

#E179B5 (or 0xE179B5) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and B5. RGB value is (225,121,181). Sum of RGB (Red+Green+Blue) = 225+121+181=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E179B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179B5 is #1E864A. Grayscale: #9E9E9E. Windows color (decimal): -2000459 or 11893217. OLE color: 11893217.

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

Color convert

RGB225121181-
CMYK00.460.200.12
HSL325.38º63.41%67.84%-
HSV(B)325.38º46.22%88.24%-
XYZ46.2333.0247.65-
YUV158.94140.46175.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=42.69%
G=22.96%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512118100.460.200.12325.3863.4167.84
HexE179B502E14C1453f44
Octal341171265056241450577104
Binary1110000111110011011010101011101010011001010001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179B5; }

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

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

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

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

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

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

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

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