Html Css Color HEX #ED7FDC Pale Magenta

📋 copy color: '#ED7FDC'

red 237 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #ED7FDC

Tints of Pale Magenta #ED7FDC

RGB

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

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

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

R = 40.58%
G = 21.75%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED7FDC (or 0xED7FDC) is known color: Pale Magenta. HEX triplet: ED, 7F and DC. RGB value is (237,127,220). Sum of RGB (Red+Green+Blue) = 237+127+220=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FDC is #128023. Grayscale: #AAAAAA. Windows color (decimal): -1212452 or 14450669. OLE color: 14450669.

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

Color convert

RGB 237 127 220 -
CMYK 0 0.46 0.07 0.07
HSL 309.27º 0.75% 0.71% -
HSV(B) 309.27º 0.46% 0.93% -
XYZ 55.43 38.35 72.19 -
YUV 170.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 237 127 220 0 0.46 0.07 0.07 309.27 0.75 0.71
Hex ED 7F DC 0 2E 7 7 135 4B 47
Octal 355 177 334 0 56 7 7 465 113 107
Binary 11101101 1111111 11011100 0 101110 111 111 100110101 1001011 1000111

Color Harmonies of #ED7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FDC

Black with #ED7FDC

Text Example


Text Example

White with #ED7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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