#E09FD5

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

Shades of Plum #E09FD5

Tints of Plum #E09FD5

Color information

#E09FD5 (or 0xE09FD5) is unknown color: approx Plum. HEX triplet: E0, 9F and D5. RGB value is (224,159,213). Sum of RGB (Red+Green+Blue) = 224+159+213=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD5 is #1F602A. Grayscale: #B8B8B8. Windows color (decimal): -2056235 or 14000096. OLE color: 14000096.

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

Color convert

RGB224159213-
CMYK00.290.050.12
HSL310.15º51.18%75.1%-
HSV(B)310.15º29.02%87.84%-
XYZ55.1545.4568.82-
YUV184.59144.03156.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=37.58%
G=26.68%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415921300.290.050.12310.1551.1875.1
HexE09FD501D5C136334b
Octal34023732503551446663113
Binary11100000100111111101010101110110111001001101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FD5; }

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

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

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

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

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

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

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

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