#E097E0

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

Shades of Plum #E097E0

Tints of Plum #E097E0

Color information

#E097E0 (or 0xE097E0) is unknown color: approx Plum. HEX triplet: E0, 97 and E0. RGB value is (224,151,224). Sum of RGB (Red+Green+Blue) = 224+151+224=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E097E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097E0 is #1F681F. Grayscale: #B4B4B4. Windows color (decimal): -2058272 or 14718944. OLE color: 14718944.

HSL color Cylindrical-coordinate representation of color #E097E0: hue angle of 300º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097E0 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224151224-
CMYK00.3300.12
HSL300º54.07%73.53%-
HSV(B)300º32.59%87.84%-
XYZ55.2643.3675.98-
YUV181.15152.18158.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 151 (59.38% from 255) = 25.21%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=37.40%
G=25.21%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415122400.3300.1230054.0773.53
HexE097E00210C12c364a
Octal34022734004101445466112
Binary1110000010010111111000000100001011001001011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097E0; }

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

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

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

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

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

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

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

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