#ED79BF

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

Shades of Persian Pink #ED79BF

Tints of Persian Pink #ED79BF

Color information

#ED79BF (or 0xED79BF) is unknown color: approx Persian Pink. HEX triplet: ED, 79 and BF. RGB value is (237,121,191). Sum of RGB (Red+Green+Blue) = 237+121+191=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79BF is #128640. Grayscale: #A3A3A3. Windows color (decimal): -1214017 or 12548589. OLE color: 12548589.

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

Color convert

RGB237121191-
CMYK00.490.190.07
HSL323.79º76.32%70.2%-
HSV(B)323.79º48.95%92.94%-
XYZ51.1735.4453.43-
YUV163.66143.43180.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 121 (47.66% from 255) = 22.04%
BLUE value IS 191 (75% from 255) = 34.79%
R=43.17%
G=22.04%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712119100.490.190.07323.7976.3270.2
HexED79BF0311371444c46
Octal355171277061237504114106
Binary1110110111110011011111101100011001111110100010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79BF; }

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

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

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

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

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

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

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

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