Html Css Color HEX #ED7DAF Persian Pink

📋 copy color: '#ED7DAF'

red 237 ◦ green 125 ◦ blue 175

#ED7DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #ED7DAF

Tints of Persian Pink #ED7DAF

RGB

 RED value IS 237 (92.97% from 255) = 44.13%

 GREEN value IS 125 (49.22% from 255) = 23.28%

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 44.13%
G = 23.28%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED7DAF (or 0xED7DAF) is known color: Persian Pink. HEX triplet: ED, 7D and AF. RGB value is (237,125,175). Sum of RGB (Red+Green+Blue) = 237+125+175=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7DAF is #128250. Grayscale: #A4A4A4. Windows color (decimal): -1213009 or 11501037. OLE color: 11501037.

HSL color Cylindrical-coordinate representation of color #ED7DAF: hue angle of 333.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DAF is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 175 -
CMYK 0 0.47 0.26 0.07
HSL 333.21º 0.76% 0.71% -
HSV(B) 333.21º 0.47% 0.93% -
XYZ 50 35.77 44.83 -
YUV 164.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 237 125 175 0 0.47 0.26 0.07 333.21 0.76 0.71
Hex ED 7D AF 0 2F 1A 7 14D 4C 47
Octal 355 175 257 0 57 32 7 515 114 107
Binary 11101101 1111101 10101111 0 101111 11010 111 101001101 1001100 1000111

Color Harmonies of #ED7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DAF

Black with #ED7DAF

Text Example


Text Example

White with #ED7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DAF; }

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

 H1.HeaderClassName
 {
   color: #ED7DAF;
 }
 .AnyTagClassName
 {
   color: #ED7DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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