#E094EE

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

Shades of Plum #E094EE

Tints of Plum #E094EE

Color information

#E094EE (or 0xE094EE) is unknown color: approx Plum. HEX triplet: E0, 94 and EE. RGB value is (224,148,238). Sum of RGB (Red+Green+Blue) = 224+148+238=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #E094EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EE is #1F6B11. Grayscale: #B4B4B4. Windows color (decimal): -2059026 or 15635680. OLE color: 15635680.

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

Color convert

RGB224148238-
CMYK0.060.3800.07
HSL290.67º72.58%75.69%-
HSV(B)290.67º37.82%93.33%-
XYZ56.7643.286.24-
YUV180.98160.18158.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 148 (58.20% from 255) = 24.26%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=36.72%
G=24.26%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241482380.060.3800.07290.6772.5875.69
HexE094EE62607123494c
Octal34022435664607443111114
Binary111000001001010011101110110100110011110010001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094EE; }

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

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

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

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

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

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

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

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