#E094EF

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

Shades of Plum #E094EF

Tints of Plum #E094EF

Color information

#E094EF (or 0xE094EF) is unknown color: approx Plum. HEX triplet: E0, 94 and EF. RGB value is (224,148,239). Sum of RGB (Red+Green+Blue) = 224+148+239=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #E094EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EF is #1F6B10. Grayscale: #B4B4B4. Windows color (decimal): -2059025 or 15701216. OLE color: 15701216.

HSL color Cylindrical-coordinate representation of color #E094EF: hue angle of 290.11º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E094EF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224148239-
CMYK0.060.3800.06
HSL290.11º73.98%75.88%-
HSV(B)290.11º38.08%93.73%-
XYZ56.9143.2687.01-
YUV181.1160.68158.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 148 (58.20% from 255) = 24.22%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=36.66%
G=24.22%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241482390.060.3800.06290.1173.9875.88
HexE094EF626061224a4c
Octal34022435764606442112114
Binary111000001001010011101111110100110011010010001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094EF; }

 p { color: rgb(224,148,239); }

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

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

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

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

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

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

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