#EA93E0

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

Shades of Plum #EA93E0

Tints of Plum #EA93E0

Color information

#EA93E0 (or 0xEA93E0) is unknown color: approx Plum. HEX triplet: EA, 93 and E0. RGB value is (234,147,224). Sum of RGB (Red+Green+Blue) = 234+147+224=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93E0 is #156C1F. Grayscale: #B5B5B5. Windows color (decimal): -1403936 or 14717930. OLE color: 14717930.

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

Color convert

RGB234147224-
CMYK00.370.040.08
HSL306.9º67.44%74.71%-
HSV(B)306.9º37.18%91.76%-
XYZ57.8243.7475.92-
YUV181.79151.82165.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 24.30%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=38.68%
G=24.30%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414722400.370.040.08306.967.4474.71
HexEA93E002548133434b
Octal352223340045410463103113
Binary1110101010010011111000000100101100100010011001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93E0; }

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

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

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

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

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

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

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

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