#E097EC

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

Shades of Plum #E097EC

Tints of Plum #E097EC

Color information

#E097EC (or 0xE097EC) is unknown color: approx Plum. HEX triplet: E0, 97 and EC. RGB value is (224,151,236). Sum of RGB (Red+Green+Blue) = 224+151+236=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #E097EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097EC is #1F6813. Grayscale: #B6B6B6. Windows color (decimal): -2058260 or 15505376. OLE color: 15505376.

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

Color convert

RGB224151236-
CMYK0.050.3600.07
HSL291.53º69.11%75.88%-
HSV(B)291.53º36.02%92.55%-
XYZ56.9544.0484.86-
YUV182.52158.18157.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=36.66%
G=24.71%
B=38.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241512360.050.3600.07291.5369.1175.88
HexE097EC52407124454c
Octal34022735454407444105114
Binary111000001001011111101100101100100011110010010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097EC; }

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

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

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

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

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

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

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

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