#EA7EDD

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

Shades of Pale Magenta #EA7EDD

Tints of Pale Magenta #EA7EDD

Color information

#EA7EDD (or 0xEA7EDD) is unknown color: approx Pale Magenta. HEX triplet: EA, 7E and DD. RGB value is (234,126,221). Sum of RGB (Red+Green+Blue) = 234+126+221=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EDD is #158122. Grayscale: #A8A8A8. Windows color (decimal): -1409315 or 14515946. OLE color: 14515946.

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

Color convert

RGB234126221-
CMYK00.460.060.08
HSL307.22º72%70.59%-
HSV(B)307.22º46.15%91.76%-
XYZ54.4437.6372.8-
YUV169.12157.28174.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 126 (49.61% from 255) = 21.69%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=40.28%
G=21.69%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412622100.460.060.08307.227270.59
HexEA7EDD02E681334847
Octal352176335056610463110107
Binary111010101111110110111010101110110100010011001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EDD; }

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

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

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

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

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

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

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

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