#E093DF

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

Shades of Plum #E093DF

Tints of Plum #E093DF

Color information

#E093DF (or 0xE093DF) is unknown color: approx Plum. HEX triplet: E0, 93 and DF. RGB value is (224,147,223). Sum of RGB (Red+Green+Blue) = 224+147+223=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E093DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093DF is #1F6C20. Grayscale: #B2B2B2. Windows color (decimal): -2059297 or 14652384. OLE color: 14652384.

HSL color Cylindrical-coordinate representation of color #E093DF: hue angle of 300.78º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093DF is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224147223-
CMYK00.340.000.12
HSL300.78º55.4%72.75%-
HSV(B)300.78º34.38%87.84%-
XYZ54.4942.0475.05-
YUV178.69153.01160.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=37.71%
G=24.75%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414722300.340.000.12300.7855.472.75
HexE093DF0220C12d3749
Octal34022333704201445567111
Binary1110000010010011110111110100010011001001011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093DF; }

 p { color: rgb(224,147,223); }

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

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

 a { background-color: rgb(224,147,223); }

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

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

 span { border-color: rgb(224,147,223); }

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