#ED79AE

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

Shades of Persian Pink #ED79AE

Tints of Persian Pink #ED79AE

Color information

#ED79AE (or 0xED79AE) is unknown color: approx Persian Pink. HEX triplet: ED, 79 and AE. RGB value is (237,121,174). Sum of RGB (Red+Green+Blue) = 237+121+174=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED79AE is #128651. Grayscale: #A1A1A1. Windows color (decimal): -1214034 or 11434477. OLE color: 11434477.

HSL color Cylindrical-coordinate representation of color #ED79AE: hue angle of 332.59º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79AE is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237121174-
CMYK00.490.270.07
HSL332.59º76.32%70.2%-
HSV(B)332.59º48.95%92.94%-
XYZ49.434.7444.15-
YUV161.73134.93181.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=44.55%
G=22.74%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712117400.490.270.07332.5976.3270.2
HexED79AE0311B714d4c46
Octal355171256061337515114106
Binary1110110111110011010111001100011101111110100110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79AE; }

 p { color: rgb(237,121,174); }

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

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

 a { background-color: rgb(237,121,174); }

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

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

 span { border-color: rgb(237,121,174); }

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