#ED79AD

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

Shades of Persian Pink #ED79AD

Tints of Persian Pink #ED79AD

Color information

#ED79AD (or 0xED79AD) is unknown color: approx Persian Pink. HEX triplet: ED, 79 and AD. RGB value is (237,121,173). Sum of RGB (Red+Green+Blue) = 237+121+173=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED79AD is #128652. Grayscale: #A1A1A1. Windows color (decimal): -1214035 or 11368941. OLE color: 11368941.

HSL color Cylindrical-coordinate representation of color #ED79AD: hue angle of 333.1º 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 #ED79AD is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237121173-
CMYK00.490.270.07
HSL333.1º76.32%70.2%-
HSV(B)333.1º48.95%92.94%-
XYZ49.3134.743.63-
YUV161.61134.43181.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=44.63%
G=22.79%
B=32.58%

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
Decimal23712117300.490.270.07333.176.3270.2
HexED79AD0311B714d4c46
Octal355171255061337515114106
Binary1110110111110011010110101100011101111110100110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79AD; }

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

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

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

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

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

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

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

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