#E096EB

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

Shades of Plum #E096EB

Tints of Plum #E096EB

Color information

#E096EB (or 0xE096EB) is unknown color: approx Plum. HEX triplet: E0, 96 and EB. RGB value is (224,150,235). Sum of RGB (Red+Green+Blue) = 224+150+235=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #E096EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096EB is #1F6914. Grayscale: #B5B5B5. Windows color (decimal): -2058517 or 15439584. OLE color: 15439584.

HSL color Cylindrical-coordinate representation of color #E096EB: hue angle of 292.24º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E096EB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224150235-
CMYK0.050.3600.08
HSL292.24º68%75.49%-
HSV(B)292.24º36.17%92.16%-
XYZ56.6443.6684.04-
YUV181.82158.02158.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=36.78%
G=24.63%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241502350.050.3600.08292.246875.49
HexE096EB52408124444b
Octal340226353544010444104113
Binary1110000010010110111010111011001000100010010010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096EB; }

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

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

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

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

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

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

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

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