#E097EA

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

Shades of Plum #E097EA

Tints of Plum #E097EA

Color information

#E097EA (or 0xE097EA) is unknown color: approx Plum. HEX triplet: E0, 97 and EA. RGB value is (224,151,234). Sum of RGB (Red+Green+Blue) = 224+151+234=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #E097EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097EA is #1F6815. Grayscale: #B6B6B6. Windows color (decimal): -2058262 or 15374304. OLE color: 15374304.

HSL color Cylindrical-coordinate representation of color #E097EA: hue angle of 292.77º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E097EA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224151234-
CMYK0.040.3500.08
HSL292.77º66.4%75.49%-
HSV(B)292.77º35.47%91.76%-
XYZ56.6643.9283.33-
YUV182.29157.18157.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=36.78%
G=24.79%
B=38.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241512340.040.3500.08292.7766.475.49
HexE097EA42308125424b
Octal340227352443010445102113
Binary1110000010010111111010101001000110100010010010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097EA; }

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

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

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

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

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

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

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

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