#EA90DA

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

Shades of Pale Magenta #EA90DA

Tints of Pale Magenta #EA90DA

Color information

#EA90DA (or 0xEA90DA) is unknown color: approx Pale Magenta. HEX triplet: EA, 90 and DA. RGB value is (234,144,218). Sum of RGB (Red+Green+Blue) = 234+144+218=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90DA is #156F25. Grayscale: #B3B3B3. Windows color (decimal): -1404710 or 14323946. OLE color: 14323946.

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

Color convert

RGB234144218-
CMYK00.380.070.08
HSL310.67º68.18%74.12%-
HSV(B)310.67º38.46%91.76%-
XYZ56.5642.571.55-
YUV179.35149.82166.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=39.26%
G=24.16%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414421800.380.070.08310.6768.1874.12
HexEA90DA02678137444a
Octal352220332046710467104112
Binary1110101010010000110110100100110111100010011011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90DA; }

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

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

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

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

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

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

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

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