Html Css Color HEX #ED7DBF Persian Pink

📋 copy color: '#ED7DBF'

red 237 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #ED7DBF

Tints of Persian Pink #ED7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 42.86%
G = 22.6%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED7DBF (or 0xED7DBF) is known color: Persian Pink. HEX triplet: ED, 7D and BF. RGB value is (237,125,191). Sum of RGB (Red+Green+Blue) = 237+125+191=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBF is #128240. Grayscale: #A5A5A5. Windows color (decimal): -1212993 or 12549613. OLE color: 12549613.

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

Color convert

RGB 237 125 191 -
CMYK 0 0.47 0.19 0.07
HSL 324.64º 0.76% 0.71% -
HSV(B) 324.64º 0.47% 0.93% -
XYZ 51.66 36.43 53.6 -
YUV 166.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 237 125 191 0 0.47 0.19 0.07 324.64 0.76 0.71
Hex ED 7D BF 0 2F 13 7 145 4C 47
Octal 355 175 277 0 57 23 7 505 114 107
Binary 11101101 1111101 10111111 0 101111 10011 111 101000101 1001100 1000111

Color Harmonies of #ED7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DBF

Black with #ED7DBF

Text Example


Text Example

White with #ED7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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