#E09FD9

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

Shades of Plum #E09FD9

Tints of Plum #E09FD9

Color information

#E09FD9 (or 0xE09FD9) is unknown color: approx Plum. HEX triplet: E0, 9F and D9. RGB value is (224,159,217). Sum of RGB (Red+Green+Blue) = 224+159+217=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD9 is #1F6026. Grayscale: #B8B8B8. Windows color (decimal): -2056231 or 14262240. OLE color: 14262240.

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

Color convert

RGB224159217-
CMYK00.290.030.12
HSL306.46º51.18%75.1%-
HSV(B)306.46º29.02%87.84%-
XYZ55.6645.6571.52-
YUV185.05146.03155.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=37.33%
G=26.5%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415921700.290.030.12306.4651.1875.1
HexE09FD901D3C132334b
Octal34023733103531446263113
Binary1110000010011111110110010111011111001001100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FD9; }

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

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

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

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

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

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

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

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