#E893D6

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

Shades of Plum #E893D6

Tints of Plum #E893D6

Color information

#E893D6 (or 0xE893D6) is unknown color: approx Plum. HEX triplet: E8, 93 and D6. RGB value is (232,147,214). Sum of RGB (Red+Green+Blue) = 232+147+214=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E893D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893D6 is #176C29. Grayscale: #B3B3B3. Windows color (decimal): -1535018 or 14062568. OLE color: 14062568.

HSL color Cylindrical-coordinate representation of color #E893D6: hue angle of 312.71º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E893D6 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB232147214-
CMYK00.370.080.09
HSL312.71º64.89%74.31%-
HSV(B)312.71º36.64%90.98%-
XYZ55.8542.8868.95-
YUV180.05147.16165.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 147 (57.81% from 255) = 24.79%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=39.12%
G=24.79%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214721400.370.080.09312.7164.8974.31
HexE893D602589139414a
Octal3502233260451011471101112
Binary11101000100100111101011001001011000100110011100110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E893D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E893D6; }

 p { color: rgb(232,147,214); }

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

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

 a { background-color: rgb(232,147,214); }

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

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

 span { border-color: rgb(232,147,214); }

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