#E079AC

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

Shades of Persian Pink #E079AC

Tints of Persian Pink #E079AC

Color information

#E079AC (or 0xE079AC) is unknown color: approx Persian Pink. HEX triplet: E0, 79 and AC. RGB value is (224,121,172). Sum of RGB (Red+Green+Blue) = 224+121+172=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E079AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079AC is #1F8653. Grayscale: #9D9D9D. Windows color (decimal): -2066004 or 11303392. OLE color: 11303392.

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

Color convert

RGB224121172-
CMYK00.460.230.12
HSL330.29º62.42%67.65%-
HSV(B)330.29º45.98%87.84%-
XYZ45.0232.542.93-
YUV157.61136.12175.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=43.33%
G=23.40%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412117200.460.230.12330.2962.4267.65
HexE079AC02E17C14a3e44
Octal340171254056271451276104
Binary1110000011110011010110001011101011111001010010101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E079AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E079AC; }

 p { color: rgb(224,121,172); }

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

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

 a { background-color: rgb(224,121,172); }

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

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

 span { border-color: rgb(224,121,172); }

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