#EA93DD

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

Shades of Plum #EA93DD

Tints of Plum #EA93DD

Color information

#EA93DD (or 0xEA93DD) is unknown color: approx Plum. HEX triplet: EA, 93 and DD. RGB value is (234,147,221). Sum of RGB (Red+Green+Blue) = 234+147+221=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93DD is #156C22. Grayscale: #B5B5B5. Windows color (decimal): -1403939 or 14521322. OLE color: 14521322.

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

Color convert

RGB234147221-
CMYK00.370.060.08
HSL308.97º67.44%74.71%-
HSV(B)308.97º37.18%91.76%-
XYZ57.4243.5873.79-
YUV181.45150.32165.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=38.87%
G=24.42%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414722100.370.060.08308.9767.4474.71
HexEA93DD02568135434b
Octal352223335045610465103113
Binary1110101010010011110111010100101110100010011010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93DD; }

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

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

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

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

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

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

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

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