#E097E5

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

Shades of Plum #E097E5

Tints of Plum #E097E5

Color information

#E097E5 (or 0xE097E5) is unknown color: approx Plum. HEX triplet: E0, 97 and E5. RGB value is (224,151,229). Sum of RGB (Red+Green+Blue) = 224+151+229=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #E097E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097E5 is #1F681A. Grayscale: #B5B5B5. Windows color (decimal): -2058267 or 15046624. OLE color: 15046624.

HSL color Cylindrical-coordinate representation of color #E097E5: hue angle of 296.15º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E097E5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224151229-
CMYK0.020.3400.10
HSL296.15º60%74.51%-
HSV(B)296.15º34.06%89.8%-
XYZ55.9543.6479.6-
YUV181.72154.68158.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=37.09%
G=25%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241512290.020.3400.10296.156074.51
HexE097E52220A1283c4b
Octal34022734524201245074113
Binary11100000100101111110010110100010010101001010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097E5; }

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

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

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

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

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

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

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

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