Html Css Color HEX #ED7DD2 Pale Magenta

📋 copy color: '#ED7DD2'

red 237 ◦ green 125 ◦ blue 210

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

Shades of Pale Magenta #ED7DD2

Tints of Pale Magenta #ED7DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.71%

R = 41.43%
G = 21.85%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED7DD2 (or 0xED7DD2) is known color: Pale Magenta. HEX triplet: ED, 7D and D2. RGB value is (237,125,210). Sum of RGB (Red+Green+Blue) = 237+125+210=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DD2 is #12822D. Grayscale: #A7A7A7. Windows color (decimal): -1212974 or 13794797. OLE color: 13794797.

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

Color convert

RGB 237 125 210 -
CMYK 0 0.47 0.11 0.07
HSL 314.46º 0.76% 0.71% -
HSV(B) 314.46º 0.47% 0.93% -
XYZ 53.89 37.32 65.34 -
YUV 168.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 237 125 210 0 0.47 0.11 0.07 314.46 0.76 0.71
Hex ED 7D D2 0 2F B 7 13A 4C 47
Octal 355 175 322 0 57 13 7 472 114 107
Binary 11101101 1111101 11010010 0 101111 1011 111 100111010 1001100 1000111

Color Harmonies of #ED7DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DD2

Black with #ED7DD2

Text Example


Text Example

White with #ED7DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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