#ED79AF

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

Shades of Persian Pink #ED79AF

Tints of Persian Pink #ED79AF

Color information

#ED79AF (or 0xED79AF) is unknown color: approx Persian Pink. HEX triplet: ED, 79 and AF. RGB value is (237,121,175). Sum of RGB (Red+Green+Blue) = 237+121+175=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED79AF is #128650. Grayscale: #A1A1A1. Windows color (decimal): -1214033 or 11500013. OLE color: 11500013.

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

Color convert

RGB237121175-
CMYK00.490.260.07
HSL332.07º76.32%70.2%-
HSV(B)332.07º48.95%92.94%-
XYZ49.534.7744.66-
YUV161.84135.43181.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=44.47%
G=22.70%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712117500.490.260.07332.0776.3270.2
HexED79AF0311A714c4c46
Octal355171257061327514114106
Binary1110110111110011010111101100011101011110100110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79AF; }

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

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

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

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

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

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

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

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