Html Css Color HEX #ED7FD3 Pale Magenta

📋 copy color: '#ED7FD3'

red 237 ◦ green 127 ◦ blue 211

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

Shades of Pale Magenta #ED7FD3

Tints of Pale Magenta #ED7FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 22.09%

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

R = 41.22%
G = 22.09%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED7FD3 (or 0xED7FD3) is known color: Pale Magenta. HEX triplet: ED, 7F and D3. RGB value is (237,127,211). Sum of RGB (Red+Green+Blue) = 237+127+211=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FD3 is #12802C. Grayscale: #A9A9A9. Windows color (decimal): -1212461 or 13860845. OLE color: 13860845.

HSL color Cylindrical-coordinate representation of color #ED7FD3: hue angle of 314.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FD3 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 211 -
CMYK 0 0.46 0.11 0.07
HSL 314.18º 0.75% 0.71% -
HSV(B) 314.18º 0.46% 0.93% -
XYZ 54.27 37.89 66.08 -
YUV 169.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 237 127 211 0 0.46 0.11 0.07 314.18 0.75 0.71
Hex ED 7F D3 0 2E B 7 13A 4B 47
Octal 355 177 323 0 56 13 7 472 113 107
Binary 11101101 1111111 11010011 0 101110 1011 111 100111010 1001011 1000111

Color Harmonies of #ED7FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FD3

Black with #ED7FD3

Text Example


Text Example

White with #ED7FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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