#E09FE5

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

Shades of Plum #E09FE5

Tints of Plum #E09FE5

Color information

#E09FE5 (or 0xE09FE5) is unknown color: approx Plum. HEX triplet: E0, 9F and E5. RGB value is (224,159,229). Sum of RGB (Red+Green+Blue) = 224+159+229=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #E09FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FE5 is #1F601A. Grayscale: #BABABA. Windows color (decimal): -2056219 or 15048672. OLE color: 15048672.

HSL color Cylindrical-coordinate representation of color #E09FE5: hue angle of 295.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09FE5 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224159229-
CMYK0.020.3100.10
HSL295.71º57.38%76.08%-
HSV(B)295.71º30.57%89.8%-
XYZ57.2846.380.05-
YUV186.42152.03154.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=36.60%
G=25.98%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241592290.020.3100.10295.7157.3876.08
HexE09FE521F0A128394c
Octal34023734523701245071114
Binary1110000010011111111001011011111010101001010001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FE5; }

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

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

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

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

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

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

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

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