#E093EA

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

Shades of Plum #E093EA

Tints of Plum #E093EA

Color information

#E093EA (or 0xE093EA) is unknown color: approx Plum. HEX triplet: E0, 93 and EA. RGB value is (224,147,234). Sum of RGB (Red+Green+Blue) = 224+147+234=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E093EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093EA is #1F6C15. Grayscale: #B3B3B3. Windows color (decimal): -2059286 or 15373280. OLE color: 15373280.

HSL color Cylindrical-coordinate representation of color #E093EA: hue angle of 293.1º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E093EA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224147234-
CMYK0.040.3700.08
HSL293.1º67.44%74.71%-
HSV(B)293.1º37.18%91.76%-
XYZ56.0342.6683.12-
YUV179.94158.51159.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 147 (57.81% from 255) = 24.30%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=37.02%
G=24.30%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241472340.040.3700.08293.167.4474.71
HexE093EA42508125434b
Octal340223352445010445103113
Binary1110000010010011111010101001001010100010010010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093EA; }

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

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

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

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

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

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

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

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