Html Css Color HEX #ED7DB9 Persian Pink

📋 copy color: '#ED7DB9'

red 237 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #ED7DB9

Tints of Persian Pink #ED7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 43.33%
G = 22.85%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED7DB9 (or 0xED7DB9) is known color: Persian Pink. HEX triplet: ED, 7D and B9. RGB value is (237,125,185). Sum of RGB (Red+Green+Blue) = 237+125+185=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DB9 is #128246. Grayscale: #A5A5A5. Windows color (decimal): -1212999 or 12156397. OLE color: 12156397.

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

Color convert

RGB 237 125 185 -
CMYK 0 0.47 0.22 0.07
HSL 327.86º 0.76% 0.71% -
HSV(B) 327.86º 0.47% 0.93% -
XYZ 51.02 36.17 50.19 -
YUV 165.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 237 125 185 0 0.47 0.22 0.07 327.86 0.76 0.71
Hex ED 7D B9 0 2F 16 7 148 4C 47
Octal 355 175 271 0 57 26 7 510 114 107
Binary 11101101 1111101 10111001 0 101111 10110 111 101001000 1001100 1000111

Color Harmonies of #ED7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DB9

Black with #ED7DB9

Text Example


Text Example

White with #ED7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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