#E09FDC

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

Shades of Plum #E09FDC

Tints of Plum #E09FDC

Color information

#E09FDC (or 0xE09FDC) is unknown color: approx Plum. HEX triplet: E0, 9F and DC. RGB value is (224,159,220). Sum of RGB (Red+Green+Blue) = 224+159+220=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FDC is #1F6023. Grayscale: #B9B9B9. Windows color (decimal): -2056228 or 14458848. OLE color: 14458848.

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

Color convert

RGB224159220-
CMYK00.290.020.12
HSL303.69º51.18%75.1%-
HSV(B)303.69º29.02%87.84%-
XYZ56.0645.8173.6-
YUV185.39147.53155.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=37.15%
G=26.37%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415922000.290.020.12303.6951.1875.1
HexE09FDC01D2C130334b
Octal34023733403521446063113
Binary1110000010011111110111000111011011001001100001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FDC; }

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

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

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

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

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

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

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

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