#E094E5

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

Shades of Plum #E094E5

Tints of Plum #E094E5

Color information

#E094E5 (or 0xE094E5) is unknown color: approx Plum. HEX triplet: E0, 94 and E5. RGB value is (224,148,229). Sum of RGB (Red+Green+Blue) = 224+148+229=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #E094E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094E5 is #1F6B1A. Grayscale: #B3B3B3. Windows color (decimal): -2059035 or 15045856. OLE color: 15045856.

HSL color Cylindrical-coordinate representation of color #E094E5: hue angle of 296.3º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E094E5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224148229-
CMYK0.020.3500.10
HSL296.3º60.9%73.92%-
HSV(B)296.3º35.37%89.8%-
XYZ55.4742.6879.44-
YUV179.96155.68159.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 229 (89.84% from 255) = 38.10%
R=37.27%
G=24.63%
B=38.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241482290.020.3500.10296.360.973.92
HexE094E52230A1283d4a
Octal34022434524301245075112
Binary11100000100101001110010110100011010101001010001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094E5; }

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

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

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

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

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

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

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

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