#E09FDA

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

Shades of Plum #E09FDA

Tints of Plum #E09FDA

Color information

#E09FDA (or 0xE09FDA) is unknown color: approx Plum. HEX triplet: E0, 9F and DA. RGB value is (224,159,218). Sum of RGB (Red+Green+Blue) = 224+159+218=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FDA is #1F6025. Grayscale: #B8B8B8. Windows color (decimal): -2056230 or 14327776. OLE color: 14327776.

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

Color convert

RGB224159218-
CMYK00.290.030.12
HSL305.54º51.18%75.1%-
HSV(B)305.54º29.02%87.84%-
XYZ55.7945.7172.21-
YUV185.16146.53155.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=37.27%
G=26.46%
B=36.27%

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
Decimal22415921800.290.030.12305.5451.1875.1
HexE09FDA01D3C132334b
Octal34023733203531446263113
Binary1110000010011111110110100111011111001001100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FDA; }

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

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

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

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

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

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

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

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