#E179C1

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

Shades of Persian Pink #E179C1

Tints of Persian Pink #E179C1

Color information

#E179C1 (or 0xE179C1) is unknown color: approx Persian Pink. HEX triplet: E1, 79 and C1. RGB value is (225,121,193). Sum of RGB (Red+Green+Blue) = 225+121+193=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E179C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179C1 is #1E863E. Grayscale: #A0A0A0. Windows color (decimal): -2000447 or 12679649. OLE color: 12679649.

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

Color convert

RGB225121193-
CMYK00.460.140.12
HSL318.46º63.41%67.84%-
HSV(B)318.46º46.22%88.24%-
XYZ47.5133.5354.42-
YUV160.3146.46174.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=41.74%
G=22.45%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512119300.460.140.12318.4663.4167.84
HexE179C102EEC13e3f44
Octal341171301056161447677104
Binary111000011111001110000010101110111011001001111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179C1; }

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

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

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

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

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

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

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

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