#E094EB

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

Shades of Plum #E094EB

Tints of Plum #E094EB

Color information

#E094EB (or 0xE094EB) is unknown color: approx Plum. HEX triplet: E0, 94 and EB. RGB value is (224,148,235). Sum of RGB (Red+Green+Blue) = 224+148+235=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #E094EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EB is #1F6B14. Grayscale: #B4B4B4. Windows color (decimal): -2059029 or 15439072. OLE color: 15439072.

HSL color Cylindrical-coordinate representation of color #E094EB: hue angle of 292.41º degrees, saturation: 0.69, 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 #E094EB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224148235-
CMYK0.050.3700.08
HSL292.41º68.5%75.1%-
HSV(B)292.41º37.02%92.16%-
XYZ56.3343.0383.93-
YUV180.64158.68158.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=36.90%
G=24.38%
B=38.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241482350.050.3700.08292.4168.575.1
HexE094EB52508124454b
Octal340224353545010444105113
Binary1110000010010100111010111011001010100010010010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094EB; }

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

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

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

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

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

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

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

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