#E093ED

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

Shades of Plum #E093ED

Tints of Plum #E093ED

Color information

#E093ED (or 0xE093ED) is unknown color: approx Plum. HEX triplet: E0, 93 and ED. RGB value is (224,147,237). Sum of RGB (Red+Green+Blue) = 224+147+237=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E093ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093ED is #1F6C12. Grayscale: #B4B4B4. Windows color (decimal): -2059283 or 15569888. OLE color: 15569888.

HSL color Cylindrical-coordinate representation of color #E093ED: hue angle of 291.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E093ED is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224147237-
CMYK0.050.3800.07
HSL291.33º71.43%75.29%-
HSV(B)291.33º37.97%92.94%-
XYZ56.4642.8385.41-
YUV180.28160.01159.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=36.84%
G=24.18%
B=38.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241472370.050.3800.07291.3371.4375.29
HexE093ED52607123474b
Octal34022335554607443107113
Binary111000001001001111101101101100110011110010001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093ED; }

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

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

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

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

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

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

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

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