#EA8DDD

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

Shades of Pale Magenta #EA8DDD

Tints of Pale Magenta #EA8DDD

Color information

#EA8DDD (or 0xEA8DDD) is unknown color: approx Pale Magenta. HEX triplet: EA, 8D and DD. RGB value is (234,141,221). Sum of RGB (Red+Green+Blue) = 234+141+221=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDD is #157222. Grayscale: #B1B1B1. Windows color (decimal): -1405475 or 14519786. OLE color: 14519786.

HSL color Cylindrical-coordinate representation of color #EA8DDD: hue angle of 308.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DDD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234141221-
CMYK00.400.060.08
HSL308.39º68.89%73.53%-
HSV(B)308.39º39.74%91.76%-
XYZ56.5141.7673.49-
YUV177.93152.31168-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=39.26%
G=23.66%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414122100.400.060.08308.3968.8973.53
HexEA8DDD02868134454a
Octal352215335050610464105112
Binary1110101010001101110111010101000110100010011010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DDD; }

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

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

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

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

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

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

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

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