Html Css Color HEX #ED7FD2 Pale Magenta

📋 copy color: '#ED7FD2'

red 237 ◦ green 127 ◦ blue 210

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

Shades of Pale Magenta #ED7FD2

Tints of Pale Magenta #ED7FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.59%

R = 41.29%
G = 22.13%
B = 36.59%

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

#ED7FD2 (or 0xED7FD2) is known color: Pale Magenta. HEX triplet: ED, 7F and D2. RGB value is (237,127,210). Sum of RGB (Red+Green+Blue) = 237+127+210=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FD2 is #12802D. Grayscale: #A9A9A9. Windows color (decimal): -1212462 or 13795309. OLE color: 13795309.

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

Color convert

RGB 237 127 210 -
CMYK 0 0.46 0.11 0.07
HSL 314.73º 0.75% 0.71% -
HSV(B) 314.73º 0.46% 0.93% -
XYZ 54.15 37.84 65.42 -
YUV 169.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 237 127 210 0 0.46 0.11 0.07 314.73 0.75 0.71
Hex ED 7F D2 0 2E B 7 13B 4B 47
Octal 355 177 322 0 56 13 7 473 113 107
Binary 11101101 1111111 11010010 0 101110 1011 111 100111011 1001011 1000111

Color Harmonies of #ED7FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FD2

Black with #ED7FD2

Text Example


Text Example

White with #ED7FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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