#e097de

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

Shades of Plum #E097DE

Tints of Plum #E097DE

Color information

#E097DE (or 0xE097DE) is unknown color: approx Plum. HEX triplet: E0, 97 and DE. RGB value is (224,151,222). Sum of RGB (Red+Green+Blue) = 224+151+222=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DE is #1F6821. Grayscale: #B4B4B4. Windows color (decimal): -2058274 or 14587872. OLE color: 14587872.

HSL color Cylindrical-coordinate representation of color #E097DE: hue angle of 301.64º 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 #E097DE is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224151222-
CMYK00.330.010.12
HSL301.64º54.07%73.53%-
HSV(B)301.64º32.59%87.84%-
XYZ54.9943.2574.56-
YUV180.92151.18158.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=37.52%
G=25.29%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415122200.330.010.12301.6454.0773.53
HexE097DE0211C12e364a
Octal34022733604111445666112
Binary1110000010010111110111100100001111001001011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e097de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e097de; }

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

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

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

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

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

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

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

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