#E493DC

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

Shades of Plum #E493DC

Tints of Plum #E493DC

Color information

#E493DC (or 0xE493DC) is unknown color: approx Plum. HEX triplet: E4, 93 and DC. RGB value is (228,147,220). Sum of RGB (Red+Green+Blue) = 228+147+220=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E493DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493DC is #1B6C23. Grayscale: #B3B3B3. Windows color (decimal): -1797156 or 14455780. OLE color: 14455780.

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

Color convert

RGB228147220-
CMYK00.360.040.11
HSL305.93º60%73.53%-
HSV(B)305.93º35.53%89.41%-
XYZ55.3542.5373-
YUV179.54150.84162.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.32%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=38.32%
G=24.71%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814722000.360.040.11305.936073.53
HexE493DC0244B1323c4a
Octal34422333404441346274112
Binary111001001001001111011100010010010010111001100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E493DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E493DC; }

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

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

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

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

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

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

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

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