#E09AEE

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

Shades of Plum #E09AEE

Tints of Plum #E09AEE

Color information

#E09AEE (or 0xE09AEE) is unknown color: approx Plum. HEX triplet: E0, 9A and EE. RGB value is (224,154,238). Sum of RGB (Red+Green+Blue) = 224+154+238=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AEE is #1F6511. Grayscale: #B8B8B8. Windows color (decimal): -2057490 or 15637216. OLE color: 15637216.

HSL color Cylindrical-coordinate representation of color #E09AEE: hue angle of 290º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09AEE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224154238-
CMYK0.060.3500.07
HSL290º71.19%76.86%-
HSV(B)290º35.29%93.33%-
XYZ57.7345.1386.56-
YUV184.51158.19156.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=36.36%
G=25%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241542380.060.3500.0729071.1976.86
HexE09AEE62307122474d
Octal34023235664307442107115
Binary111000001001101011101110110100011011110010001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AEE; }

 p { color: rgb(224,154,238); }

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

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

 a { background-color: rgb(224,154,238); }

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

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

 span { border-color: rgb(224,154,238); }

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