#E094E7

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

Shades of Plum #E094E7

Tints of Plum #E094E7

Color information

#E094E7 (or 0xE094E7) is unknown color: approx Plum. HEX triplet: E0, 94 and E7. RGB value is (224,148,231). Sum of RGB (Red+Green+Blue) = 224+148+231=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #E094E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094E7 is #1F6B18. Grayscale: #B3B3B3. Windows color (decimal): -2059033 or 15176928. OLE color: 15176928.

HSL color Cylindrical-coordinate representation of color #E094E7: hue angle of 294.94º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E094E7 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224148231-
CMYK0.030.3600.09
HSL294.94º63.36%74.31%-
HSV(B)294.94º35.93%90.59%-
XYZ55.7542.880.92-
YUV180.19156.68159.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 231 (90.62% from 255) = 38.31%
R=37.15%
G=24.54%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241482310.030.3600.09294.9463.3674.31
HexE094E7324091273f4a
Octal34022434734401144777112
Binary11100000100101001110011111100100010011001001111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094E7; }

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

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

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

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

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

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

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

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