#E093E0

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

Shades of Plum #E093E0

Tints of Plum #E093E0

Color information

#E093E0 (or 0xE093E0) is unknown color: approx Plum. HEX triplet: E0, 93 and E0. RGB value is (224,147,224). Sum of RGB (Red+Green+Blue) = 224+147+224=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E093E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093E0 is #1F6C1F. Grayscale: #B2B2B2. Windows color (decimal): -2059296 or 14717920. OLE color: 14717920.

HSL color Cylindrical-coordinate representation of color #E093E0: hue angle of 300º 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 #E093E0 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224147224-
CMYK00.3400.12
HSL300º55.4%72.75%-
HSV(B)300º34.38%87.84%-
XYZ54.6342.175.77-
YUV178.8153.51160.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=37.65%
G=24.71%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414722400.3400.1230055.472.75
HexE093E00220C12c3749
Octal34022334004201445467111
Binary1110000010010011111000000100010011001001011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093E0; }

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

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

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

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

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

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

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

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