#EA8DDB

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

Shades of Pale Magenta #EA8DDB

Tints of Pale Magenta #EA8DDB

Color information

#EA8DDB (or 0xEA8DDB) is unknown color: approx Pale Magenta. HEX triplet: EA, 8D and DB. RGB value is (234,141,219). Sum of RGB (Red+Green+Blue) = 234+141+219=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDB is #157224. Grayscale: #B1B1B1. Windows color (decimal): -1405477 or 14388714. OLE color: 14388714.

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

Color convert

RGB234141219-
CMYK00.400.060.08
HSL309.68º68.89%73.53%-
HSV(B)309.68º39.74%91.76%-
XYZ56.2441.6672.09-
YUV177.7151.31168.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=39.39%
G=23.74%
B=36.87%

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
Decimal23414121900.400.060.08309.6868.8973.53
HexEA8DDB02868136454a
Octal352215333050610466105112
Binary1110101010001101110110110101000110100010011011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DDB; }

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

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

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

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

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

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

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

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