#E097DA

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

Shades of Plum #E097DA

Tints of Plum #E097DA

Color information

#E097DA (or 0xE097DA) is unknown color: approx Plum. HEX triplet: E0, 97 and DA. RGB value is (224,151,218). Sum of RGB (Red+Green+Blue) = 224+151+218=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DA is #1F6825. Grayscale: #B4B4B4. Windows color (decimal): -2058278 or 14325728. OLE color: 14325728.

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

Color convert

RGB224151218-
CMYK00.330.030.12
HSL304.93º54.07%73.53%-
HSV(B)304.93º32.59%87.84%-
XYZ54.4643.0471.77-
YUV180.46149.18159.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=37.77%
G=25.46%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415121800.330.030.12304.9354.0773.53
HexE097DA0213C131364a
Octal34022733204131446166112
Binary11100000100101111101101001000011111001001100011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097DA; }

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

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

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

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

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

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

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

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