#EA93DE

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

Shades of Plum #EA93DE

Tints of Plum #EA93DE

Color information

#EA93DE (or 0xEA93DE) is unknown color: approx Plum. HEX triplet: EA, 93 and DE. RGB value is (234,147,222). Sum of RGB (Red+Green+Blue) = 234+147+222=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93DE is #156C21. Grayscale: #B5B5B5. Windows color (decimal): -1403938 or 14586858. OLE color: 14586858.

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

Color convert

RGB234147222-
CMYK00.370.050.08
HSL308.28º67.44%74.71%-
HSV(B)308.28º37.18%91.76%-
XYZ57.5543.6374.5-
YUV181.56150.82165.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=38.81%
G=24.38%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414722200.370.050.08308.2867.4474.71
HexEA93DE02558134434b
Octal352223336045510464103113
Binary1110101010010011110111100100101101100010011010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93DE; }

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

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

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

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

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

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

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

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