#EA93DA

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

Shades of Pale Magenta #EA93DA

Tints of Pale Magenta #EA93DA

Color information

#EA93DA (or 0xEA93DA) is unknown color: approx Pale Magenta. HEX triplet: EA, 93 and DA. RGB value is (234,147,218). Sum of RGB (Red+Green+Blue) = 234+147+218=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93DA is #156C25. Grayscale: #B4B4B4. Windows color (decimal): -1403942 or 14324714. OLE color: 14324714.

HSL color Cylindrical-coordinate representation of color #EA93DA: hue angle of 311.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93DA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234147218-
CMYK00.370.070.08
HSL311.03º67.44%74.71%-
HSV(B)311.03º37.18%91.76%-
XYZ57.0243.4271.71-
YUV181.11148.82165.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=39.07%
G=24.54%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414721800.370.070.08311.0367.4474.71
HexEA93DA02578137434b
Octal352223332045710467103113
Binary1110101010010011110110100100101111100010011011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93DA; }

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

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

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

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

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

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

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

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