Html Css Color HEX #ED7EDC Pale Magenta

📋 copy color: '#ED7EDC'

red 237 ◦ green 126 ◦ blue 220

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

Shades of Pale Magenta #ED7EDC

Tints of Pale Magenta #ED7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.61%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 40.65%
G = 21.61%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED7EDC (or 0xED7EDC) is known color: Pale Magenta. HEX triplet: ED, 7E and DC. RGB value is (237,126,220). Sum of RGB (Red+Green+Blue) = 237+126+220=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EDC is #128123. Grayscale: #A9A9A9. Windows color (decimal): -1212708 or 14450413. OLE color: 14450413.

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

Color convert

RGB 237 126 220 -
CMYK 0 0.47 0.07 0.07
HSL 309.19º 0.76% 0.71% -
HSV(B) 309.19º 0.47% 0.93% -
XYZ 55.3 38.09 72.15 -
YUV 169.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 237 126 220 0 0.47 0.07 0.07 309.19 0.76 0.71
Hex ED 7E DC 0 2F 7 7 135 4C 47
Octal 355 176 334 0 57 7 7 465 114 107
Binary 11101101 1111110 11011100 0 101111 111 111 100110101 1001100 1000111

Color Harmonies of #ED7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EDC

Black with #ED7EDC

Text Example


Text Example

White with #ED7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EDC; }

 p { color: rgb(237,126,220); }

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

background-color css

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

 a { background-color: rgb(237,126,220); }

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

border-color css

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

 span { border-color: rgb(237,126,220); }

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