#EA91DE

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

Shades of Pale Magenta #EA91DE

Tints of Pale Magenta #EA91DE

Color information

#EA91DE (or 0xEA91DE) is unknown color: approx Pale Magenta. HEX triplet: EA, 91 and DE. RGB value is (234,145,222). Sum of RGB (Red+Green+Blue) = 234+145+222=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91DE is #156E21. Grayscale: #B4B4B4. Windows color (decimal): -1404450 or 14586346. OLE color: 14586346.

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

Color convert

RGB234145222-
CMYK00.380.050.08
HSL308.09º67.94%74.31%-
HSV(B)308.09º38.03%91.76%-
XYZ57.2443.0274.39-
YUV180.39151.49166.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=38.94%
G=24.13%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414522200.380.050.08308.0967.9474.31
HexEA91DE02658134444a
Octal352221336046510464104112
Binary1110101010010001110111100100110101100010011010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91DE; }

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

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

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

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

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

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

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

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