#E09FE0

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

Shades of Plum #E09FE0

Tints of Plum #E09FE0

Color information

#E09FE0 (or 0xE09FE0) is unknown color: approx Plum. HEX triplet: E0, 9F and E0. RGB value is (224,159,224). Sum of RGB (Red+Green+Blue) = 224+159+224=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E09FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FE0 is #1F601F. Grayscale: #B9B9B9. Windows color (decimal): -2056224 or 14720992. OLE color: 14720992.

HSL color Cylindrical-coordinate representation of color #E09FE0: hue angle of 300º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FE0 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224159224-
CMYK00.2900.12
HSL300º51.18%75.1%-
HSV(B)300º29.02%87.84%-
XYZ56.5946.0376.42-
YUV185.84149.53155.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=36.90%
G=26.19%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415922400.2900.1230051.1875.1
HexE09FE001D0C12c334b
Octal34023734003501445463113
Binary111000001001111111100000011101011001001011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FE0; }

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

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

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

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

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

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

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

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