#EA90D6

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

Shades of Pale Magenta #EA90D6

Tints of Pale Magenta #EA90D6

Color information

#EA90D6 (or 0xEA90D6) is unknown color: approx Pale Magenta. HEX triplet: EA, 90 and D6. RGB value is (234,144,214). Sum of RGB (Red+Green+Blue) = 234+144+214=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90D6 is #156F29. Grayscale: #B2B2B2. Windows color (decimal): -1404714 or 14061802. OLE color: 14061802.

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

Color convert

RGB234144214-
CMYK00.380.090.08
HSL313.33º68.18%74.12%-
HSV(B)313.33º38.46%91.76%-
XYZ56.0442.2968.83-
YUV178.89147.82167.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=39.53%
G=24.32%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414421400.380.090.08313.3368.1874.12
HexEA90D602698139444a
Octal3522203260461110471104112
Binary11101010100100001101011001001101001100010011100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90D6; }

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

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

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

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

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

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

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

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