#e097dc

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

Shades of Plum #E097DC

Tints of Plum #E097DC

Color information

#E097DC (or 0xE097DC) is unknown color: approx Plum. HEX triplet: E0, 97 and DC. RGB value is (224,151,220). Sum of RGB (Red+Green+Blue) = 224+151+220=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DC is #1F6823. Grayscale: #B4B4B4. Windows color (decimal): -2058276 or 14456800. OLE color: 14456800.

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

Color convert

RGB224151220-
CMYK00.330.020.12
HSL303.29º54.07%73.53%-
HSV(B)303.29º32.59%87.84%-
XYZ54.7343.1573.15-
YUV180.69150.18158.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=37.65%
G=25.38%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415122000.330.020.12303.2954.0773.53
HexE097DC0212C12f364a
Octal34022733404121445766112
Binary11100000100101111101110001000011011001001011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e097dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e097dc; }

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

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

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

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

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

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

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

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