#EA91DC

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

Shades of Pale Magenta #EA91DC

Tints of Pale Magenta #EA91DC

Color information

#EA91DC (or 0xEA91DC) is unknown color: approx Pale Magenta. HEX triplet: EA, 91 and DC. RGB value is (234,145,220). Sum of RGB (Red+Green+Blue) = 234+145+220=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91DC is #156E23. Grayscale: #B3B3B3. Windows color (decimal): -1404452 or 14455274. OLE color: 14455274.

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

Color convert

RGB234145220-
CMYK00.380.060.08
HSL309.44º67.94%74.31%-
HSV(B)309.44º38.03%91.76%-
XYZ56.9842.9172.99-
YUV180.16150.49166.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=39.07%
G=24.21%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414522000.380.060.08309.4467.9474.31
HexEA91DC02668135444a
Octal352221334046610465104112
Binary1110101010010001110111000100110110100010011010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91DC; }

 p { color: rgb(234,145,220); }

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

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

 a { background-color: rgb(234,145,220); }

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

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

 span { border-color: rgb(234,145,220); }

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