#E493DB

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

Shades of Plum #E493DB

Tints of Plum #E493DB

Color information

#E493DB (or 0xE493DB) is unknown color: approx Plum. HEX triplet: E4, 93 and DB. RGB value is (228,147,219). Sum of RGB (Red+Green+Blue) = 228+147+219=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E493DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493DB is #1B6C24. Grayscale: #B3B3B3. Windows color (decimal): -1797157 or 14390244. OLE color: 14390244.

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

Color convert

RGB228147219-
CMYK00.360.040.11
HSL306.67º60%73.53%-
HSV(B)306.67º35.53%89.41%-
XYZ55.2142.4872.31-
YUV179.43150.34162.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.38%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=38.38%
G=24.75%
B=36.87%

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
Decimal22814721900.360.040.11306.676073.53
HexE493DB0244B1333c4a
Octal34422333304441346374112
Binary111001001001001111011011010010010010111001100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E493DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E493DB; }

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

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

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

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

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

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

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

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