#EA90E1

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

Shades of Pale Magenta #EA90E1

Tints of Pale Magenta #EA90E1

Color information

#EA90E1 (or 0xEA90E1) is unknown color: approx Pale Magenta. HEX triplet: EA, 90 and E1. RGB value is (234,144,225). Sum of RGB (Red+Green+Blue) = 234+144+225=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90E1 is #156F1E. Grayscale: #B3B3B3. Windows color (decimal): -1404703 or 14782698. OLE color: 14782698.

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

Color convert

RGB234144225-
CMYK00.380.040.08
HSL306º68.18%74.12%-
HSV(B)306º38.46%91.76%-
XYZ57.542.8876.48-
YUV180.14153.32166.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 144 (56.64% from 255) = 23.88%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=38.81%
G=23.88%
B=37.31%

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
Decimal23414422500.380.040.0830668.1874.12
HexEA90E102648132444a
Octal352220341046410462104112
Binary1110101010010000111000010100110100100010011001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90E1; }

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

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

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

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

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

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

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

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