#E09FEE

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

Shades of Plum #E09FEE

Tints of Plum #E09FEE

Color information

#E09FEE (or 0xE09FEE) is unknown color: approx Plum. HEX triplet: E0, 9F and EE. RGB value is (224,159,238). Sum of RGB (Red+Green+Blue) = 224+159+238=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FEE is #1F6011. Grayscale: #BBBBBB. Windows color (decimal): -2056210 or 15638496. OLE color: 15638496.

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

Color convert

RGB224159238-
CMYK0.060.3300.07
HSL289.37º69.91%77.84%-
HSV(B)289.37º33.19%93.33%-
XYZ58.5746.8286.84-
YUV187.44156.53154.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.07%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=36.07%
G=25.60%
B=38.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241592380.060.3300.07289.3769.9177.84
HexE09FEE62107121464e
Octal34023735664107441106116
Binary111000001001111111101110110100001011110010000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FEE; }

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

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

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

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

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

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

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

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