#ED7AD6

Color #ED7AD6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #ED7AD6

Tints of Pale Magenta #ED7AD6

Color information

#ED7AD6 (or 0xED7AD6) is unknown color: approx Pale Magenta. HEX triplet: ED, 7A and D6. RGB value is (237,122,214). Sum of RGB (Red+Green+Blue) = 237+122+214=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AD6 is #128529. Grayscale: #A6A6A6. Windows color (decimal): -1213738 or 14056173. OLE color: 14056173.

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

Color convert

RGB237122214-
CMYK00.490.100.07
HSL312º76.16%70.39%-
HSV(B)312º48.52%92.94%-
XYZ54.0236.7867.87-
YUV166.87154.6178.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 122 (48.05% from 255) = 21.29%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=41.36%
G=21.29%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712221400.490.100.0731276.1670.39
HexED7AD6031A71384c46
Octal355172326061127470114106
Binary111011011111010110101100110001101011110011100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AD6; }

 p { color: rgb(237,122,214); }

 H1.HeaderClassName
 {
   color: #ED7AD6;
 }
 .AnyTagClassName
 {
   color: #ED7AD6;
 }
</style>
background-color css

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

 a { background-color: rgb(237,122,214); }

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

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

 span { border-color: rgb(237,122,214); }

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