#EA93DC

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

Shades of Plum #EA93DC

Tints of Plum #EA93DC

Color information

#EA93DC (or 0xEA93DC) is unknown color: approx Plum. HEX triplet: EA, 93 and DC. RGB value is (234,147,220). Sum of RGB (Red+Green+Blue) = 234+147+220=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93DC is #156C23. Grayscale: #B5B5B5. Windows color (decimal): -1403940 or 14455786. OLE color: 14455786.

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

Color convert

RGB234147220-
CMYK00.370.060.08
HSL309.66º67.44%74.71%-
HSV(B)309.66º37.18%91.76%-
XYZ57.2843.5373.09-
YUV181.34149.82165.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 24.46%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=38.94%
G=24.46%
B=36.61%

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
Decimal23414722000.370.060.08309.6667.4474.71
HexEA93DC02568136434b
Octal352223334045610466103113
Binary1110101010010011110111000100101110100010011011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93DC; }

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

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

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

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

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

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

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

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