Html Css Color HEX #ED7CDA Pale Magenta

📋 copy color: '#ED7CDA'

red 237 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #ED7CDA

Tints of Pale Magenta #ED7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.42%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 40.93%
G = 21.42%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED7CDA (or 0xED7CDA) is known color: Pale Magenta. HEX triplet: ED, 7C and DA. RGB value is (237,124,218). Sum of RGB (Red+Green+Blue) = 237+124+218=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CDA is #128325. Grayscale: #A8A8A8. Windows color (decimal): -1213222 or 14318829. OLE color: 14318829.

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

Color convert

RGB 237 124 218 -
CMYK 0 0.48 0.08 0.07
HSL 310.09º 0.76% 0.71% -
HSV(B) 310.09º 0.48% 0.93% -
XYZ 54.79 37.48 70.68 -
YUV 168.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 237 124 218 0 0.48 0.08 0.07 310.09 0.76 0.71
Hex ED 7C DA 0 30 8 7 136 4C 47
Octal 355 174 332 0 60 10 7 466 114 107
Binary 11101101 1111100 11011010 0 110000 1000 111 100110110 1001100 1000111

Color Harmonies of #ED7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CDA

Black with #ED7CDA

Text Example


Text Example

White with #ED7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CDA; }

 p { color: rgb(237,124,218); }

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

background-color css

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

 a { background-color: rgb(237,124,218); }

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

border-color css

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

 span { border-color: rgb(237,124,218); }

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