#E179C4

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

Shades of Persian Pink #E179C4

Tints of Persian Pink #E179C4

Color information

#E179C4 (or 0xE179C4) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and C4. RGB value is (225,121,196). Sum of RGB (Red+Green+Blue) = 225+121+196=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E179C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179C4 is #1E863B. Grayscale: #A0A0A0. Windows color (decimal): -2000444 or 12876257. OLE color: 12876257.

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

Color convert

RGB225121196-
CMYK00.460.130.12
HSL316.73º63.41%67.84%-
HSV(B)316.73º46.22%88.24%-
XYZ47.8533.6756.2-
YUV160.65147.96173.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 121 (47.66% from 255) = 22.32%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=41.51%
G=22.32%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512119600.460.130.12316.7363.4167.84
HexE179C402EDC13d3f44
Octal341171304056151447577104
Binary111000011111001110001000101110110111001001111011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179C4; }

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

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

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

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

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

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

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

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