#E293DA

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

Shades of Plum #E293DA

Tints of Plum #E293DA

Color information

#E293DA (or 0xE293DA) is unknown color: approx Plum. HEX triplet: E2, 93 and DA. RGB value is (226,147,218). Sum of RGB (Red+Green+Blue) = 226+147+218=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E293DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293DA is #1D6C25. Grayscale: #B2B2B2. Windows color (decimal): -1928230 or 14324706. OLE color: 14324706.

HSL color Cylindrical-coordinate representation of color #E293DA: hue angle of 306.08º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293DA is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226147218-
CMYK00.350.040.11
HSL306.08º57.66%73.14%-
HSV(B)306.08º34.96%88.63%-
XYZ54.4542.171.59-
YUV178.72150.17161.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=38.24%
G=24.87%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614721800.350.040.11306.0857.6673.14
HexE293DA0234B1323a49
Octal34222333204341346272111
Binary111000101001001111011010010001110010111001100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293DA; }

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

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

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

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

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

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

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

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