#E09FEA

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

Shades of Plum #E09FEA

Tints of Plum #E09FEA

Color information

#E09FEA (or 0xE09FEA) is unknown color: approx Plum. HEX triplet: E0, 9F and EA. RGB value is (224,159,234). Sum of RGB (Red+Green+Blue) = 224+159+234=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #E09FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FEA is #1F6015. Grayscale: #BABABA. Windows color (decimal): -2056214 or 15376352. OLE color: 15376352.

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

Color convert

RGB224159234-
CMYK0.040.3200.08
HSL292º64.1%77.06%-
HSV(B)292º32.05%91.76%-
XYZ57.9946.5883.78-
YUV186.98154.53154.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=36.30%
G=25.77%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241592340.040.3200.0829264.177.06
HexE09FEA42008124404d
Octal340237352440010444100115
Binary1110000010011111111010101001000000100010010010010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FEA; }

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

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

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

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

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

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

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

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