#E097EB

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

Shades of Plum #E097EB

Tints of Plum #E097EB

Color information

#E097EB (or 0xE097EB) is unknown color: approx Plum. HEX triplet: E0, 97 and EB. RGB value is (224,151,235). Sum of RGB (Red+Green+Blue) = 224+151+235=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #E097EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097EB is #1F6814. Grayscale: #B6B6B6. Windows color (decimal): -2058261 or 15439840. OLE color: 15439840.

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

Color convert

RGB224151235-
CMYK0.050.3600.08
HSL292.14º67.74%75.69%-
HSV(B)292.14º35.74%92.16%-
XYZ56.843.9884.09-
YUV182.4157.68157.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=36.72%
G=24.75%
B=38.52%

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
Decimal2241512350.050.3600.08292.1467.7475.69
HexE097EB52408124444c
Octal340227353544010444104114
Binary1110000010010111111010111011001000100010010010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097EB; }

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

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

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

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

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

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

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

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