#E493DE

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

Shades of Plum #E493DE

Tints of Plum #E493DE

Color information

#E493DE (or 0xE493DE) is unknown color: approx Plum. HEX triplet: E4, 93 and DE. RGB value is (228,147,222). Sum of RGB (Red+Green+Blue) = 228+147+222=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 228 - color contains mainly: red. Hex color #E493DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493DE is #1B6C21. Grayscale: #B3B3B3. Windows color (decimal): -1797154 or 14586852. OLE color: 14586852.

HSL color Cylindrical-coordinate representation of color #E493DE: hue angle of 304.44º 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 #E493DE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228147222-
CMYK00.360.030.11
HSL304.44º60%73.53%-
HSV(B)304.44º35.53%89.41%-
XYZ55.6142.6474.41-
YUV179.77151.84162.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=38.19%
G=24.62%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814722200.360.030.11304.446073.53
HexE493DE0243B1303c4a
Octal34422333604431346074112
Binary11100100100100111101111001001001110111001100001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E493DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E493DE; }

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

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

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

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

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

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

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

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