#ed77ad

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

Shades of Persian Pink #ED77AD

Tints of Persian Pink #ED77AD

Color information

#ED77AD (or 0xED77AD) is unknown color: approx Persian Pink. HEX triplet: ED, 77 and AD. RGB value is (237,119,173). Sum of RGB (Red+Green+Blue) = 237+119+173=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED77AD is #128852. Grayscale: #A0A0A0. Windows color (decimal): -1214547 or 11368429. OLE color: 11368429.

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

Color convert

RGB237119173-
CMYK00.500.270.07
HSL332.54º76.62%69.8%-
HSV(B)332.54º49.79%92.94%-
XYZ49.0634.2243.55-
YUV160.44135.09182.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=44.80%
G=22.50%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711917300.500.270.07332.5476.6269.8
HexED77AD0321B714d4d46
Octal355167255062337515115106
Binary1110110111101111010110101100101101111110100110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed77ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed77ad; }

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

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

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

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

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

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

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

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