Html Css Color HEX #ED7DBD Persian Pink

📋 copy color: '#ED7DBD'

red 237 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #ED7DBD

Tints of Persian Pink #ED7DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.3%

R = 43.01%
G = 22.69%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED7DBD (or 0xED7DBD) is known color: Persian Pink. HEX triplet: ED, 7D and BD. RGB value is (237,125,189). Sum of RGB (Red+Green+Blue) = 237+125+189=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBD is #128242. Grayscale: #A5A5A5. Windows color (decimal): -1212995 or 12418541. OLE color: 12418541.

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

Color convert

RGB 237 125 189 -
CMYK 0 0.47 0.20 0.07
HSL 325.71º 0.76% 0.71% -
HSV(B) 325.71º 0.47% 0.93% -
XYZ 51.44 36.35 52.45 -
YUV 165.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 237 125 189 0 0.47 0.20 0.07 325.71 0.76 0.71
Hex ED 7D BD 0 2F 14 7 146 4C 47
Octal 355 175 275 0 57 24 7 506 114 107
Binary 11101101 1111101 10111101 0 101111 10100 111 101000110 1001100 1000111

Color Harmonies of #ED7DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DBD

Black with #ED7DBD

Text Example


Text Example

White with #ED7DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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