#EA91E1

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

Shades of Pale Magenta #EA91E1

Tints of Pale Magenta #EA91E1

Color information

#EA91E1 (or 0xEA91E1) is unknown color: approx Pale Magenta. HEX triplet: EA, 91 and E1. RGB value is (234,145,225). Sum of RGB (Red+Green+Blue) = 234+145+225=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91E1 is #156E1E. Grayscale: #B4B4B4. Windows color (decimal): -1404447 or 14782954. OLE color: 14782954.

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

Color convert

RGB234145225-
CMYK00.380.040.08
HSL306.07º67.94%74.31%-
HSV(B)306.07º38.03%91.76%-
XYZ57.6543.1876.53-
YUV180.73152.99166-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 145 (57.03% from 255) = 24.01%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=38.74%
G=24.01%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414522500.380.040.08306.0767.9474.31
HexEA91E102648132444a
Octal352221341046410462104112
Binary1110101010010001111000010100110100100010011001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91E1; }

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

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

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

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

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

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

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

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