Html Css Color HEX #ED7DD5 Pale Magenta

📋 copy color: '#ED7DD5'

red 237 ◦ green 125 ◦ blue 213

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

Shades of Pale Magenta #ED7DD5

Tints of Pale Magenta #ED7DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.04%

R = 41.22%
G = 21.74%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED7DD5 (or 0xED7DD5) is known color: Pale Magenta. HEX triplet: ED, 7D and D5. RGB value is (237,125,213). Sum of RGB (Red+Green+Blue) = 237+125+213=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DD5 is #12822A. Grayscale: #A8A8A8. Windows color (decimal): -1212971 or 13991405. OLE color: 13991405.

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

Color convert

RGB 237 125 213 -
CMYK 0 0.47 0.10 0.07
HSL 312.86º 0.76% 0.71% -
HSV(B) 312.86º 0.47% 0.93% -
XYZ 54.27 37.48 67.32 -
YUV 168.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 237 125 213 0 0.47 0.10 0.07 312.86 0.76 0.71
Hex ED 7D D5 0 2F A 7 139 4C 47
Octal 355 175 325 0 57 12 7 471 114 107
Binary 11101101 1111101 11010101 0 101111 1010 111 100111001 1001100 1000111

Color Harmonies of #ED7DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DD5

Black with #ED7DD5

Text Example


Text Example

White with #ED7DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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