#ED79B3

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

Shades of Persian Pink #ED79B3

Tints of Persian Pink #ED79B3

Color information

#ED79B3 (or 0xED79B3) is unknown color: approx Persian Pink. HEX triplet: ED, 79 and B3. RGB value is (237,121,179). Sum of RGB (Red+Green+Blue) = 237+121+179=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79B3 is #12864C. Grayscale: #A2A2A2. Windows color (decimal): -1214029 or 11762157. OLE color: 11762157.

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

Color convert

RGB237121179-
CMYK00.490.240.07
HSL330º76.32%70.2%-
HSV(B)330º48.95%92.94%-
XYZ49.934.9346.76-
YUV162.3137.43181.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=44.13%
G=22.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712117900.490.240.0733076.3270.2
HexED79B303118714a4c46
Octal355171263061307512114106
Binary1110110111110011011001101100011100011110100101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79B3; }

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

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

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

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

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

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

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

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