#EA7ED4

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

Shades of Pale Magenta #EA7ED4

Tints of Pale Magenta #EA7ED4

Color information

#EA7ED4 (or 0xEA7ED4) is unknown color: approx Pale Magenta. HEX triplet: EA, 7E and D4. RGB value is (234,126,212). Sum of RGB (Red+Green+Blue) = 234+126+212=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ED4 is #15812B. Grayscale: #A7A7A7. Windows color (decimal): -1409324 or 13926122. OLE color: 13926122.

HSL color Cylindrical-coordinate representation of color #EA7ED4: hue angle of 312.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7ED4 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234126212-
CMYK00.460.090.08
HSL312.22º72%70.59%-
HSV(B)312.22º46.15%91.76%-
XYZ53.2837.1766.65-
YUV168.1152.78175.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=40.91%
G=22.03%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412621200.460.090.08312.227270.59
HexEA7ED402E981384847
Octal3521763240561110470110107
Binary1110101011111101101010001011101001100010011100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7ED4; }

 p { color: rgb(234,126,212); }

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

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

 a { background-color: rgb(234,126,212); }

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

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

 span { border-color: rgb(234,126,212); }

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