Html Css Color HEX #ED7DD3 Pale Magenta

📋 copy color: '#ED7DD3'

red 237 ◦ green 125 ◦ blue 211

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

Shades of Pale Magenta #ED7DD3

Tints of Pale Magenta #ED7DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 41.36%
G = 21.82%
B = 36.82%

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

#ED7DD3 (or 0xED7DD3) is known color: Pale Magenta. HEX triplet: ED, 7D and D3. RGB value is (237,125,211). Sum of RGB (Red+Green+Blue) = 237+125+211=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DD3 is #12822C. Grayscale: #A8A8A8. Windows color (decimal): -1212973 or 13860333. OLE color: 13860333.

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

Color convert

RGB 237 125 211 -
CMYK 0 0.47 0.11 0.07
HSL 313.93º 0.76% 0.71% -
HSV(B) 313.93º 0.47% 0.93% -
XYZ 54.02 37.37 66 -
YUV 168.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 237 125 211 0 0.47 0.11 0.07 313.93 0.76 0.71
Hex ED 7D D3 0 2F B 7 13A 4C 47
Octal 355 175 323 0 57 13 7 472 114 107
Binary 11101101 1111101 11010011 0 101111 1011 111 100111010 1001100 1000111

Color Harmonies of #ED7DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DD3

Black with #ED7DD3

Text Example


Text Example

White with #ED7DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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