#E09FD3

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

Shades of Plum #E09FD3

Tints of Plum #E09FD3

Color information

#E09FD3 (or 0xE09FD3) is unknown color: approx Plum. HEX triplet: E0, 9F and D3. RGB value is (224,159,211). Sum of RGB (Red+Green+Blue) = 224+159+211=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD3 is #1F602C. Grayscale: #B8B8B8. Windows color (decimal): -2056237 or 13869024. OLE color: 13869024.

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

Color convert

RGB224159211-
CMYK00.290.060.12
HSL312º51.18%75.1%-
HSV(B)312º29.02%87.84%-
XYZ54.945.3567.49-
YUV184.36143.03156.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 211 (82.81% from 255) = 35.52%
R=37.71%
G=26.77%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415921100.290.060.1231251.1875.1
HexE09FD301D6C138334b
Octal34023732303561447063113
Binary11100000100111111101001101110111011001001110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FD3; }

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

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

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

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

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

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

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

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