#E097D5

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

Shades of Plum #E097D5

Tints of Plum #E097D5

Color information

#E097D5 (or 0xE097D5) is unknown color: approx Plum. HEX triplet: E0, 97 and D5. RGB value is (224,151,213). Sum of RGB (Red+Green+Blue) = 224+151+213=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E097D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097D5 is #1F682A. Grayscale: #B3B3B3. Windows color (decimal): -2058283 or 13998048. OLE color: 13998048.

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

Color convert

RGB224151213-
CMYK00.330.050.12
HSL309.04º54.07%73.53%-
HSV(B)309.04º32.59%87.84%-
XYZ53.8242.7868.37-
YUV179.9146.68159.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=38.10%
G=25.68%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415121300.330.050.12309.0454.0773.53
HexE097D50215C135364a
Octal34022732504151446566112
Binary111000001001011111010101010000110111001001101011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097D5; }

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

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

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

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

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

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

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

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