#E09FD6

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

Shades of Plum #E09FD6

Tints of Plum #E09FD6

Color information

#E09FD6 (or 0xE09FD6) is unknown color: approx Plum. HEX triplet: E0, 9F and D6. RGB value is (224,159,214). Sum of RGB (Red+Green+Blue) = 224+159+214=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD6 is #1F6029. Grayscale: #B8B8B8. Windows color (decimal): -2056234 or 14065632. OLE color: 14065632.

HSL color Cylindrical-coordinate representation of color #E09FD6: hue angle of 309.23º 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 #E09FD6 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224159214-
CMYK00.290.040.12
HSL309.23º51.18%75.1%-
HSV(B)309.23º29.02%87.84%-
XYZ55.2845.569.49-
YUV184.7144.53156.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=37.52%
G=26.63%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415921400.290.040.12309.2351.1875.1
HexE09FD601D4C135334b
Octal34023732603541446563113
Binary11100000100111111101011001110110011001001101011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FD6; }

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

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

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

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

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

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

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

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