#E09FD2

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

Shades of Plum #E09FD2

Tints of Plum #E09FD2

Color information

#E09FD2 (or 0xE09FD2) is unknown color: approx Plum. HEX triplet: E0, 9F and D2. RGB value is (224,159,210). Sum of RGB (Red+Green+Blue) = 224+159+210=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD2 is #1F602D. Grayscale: #B8B8B8. Windows color (decimal): -2056238 or 13803488. OLE color: 13803488.

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

Color convert

RGB224159210-
CMYK00.290.060.12
HSL312.92º51.18%75.1%-
HSV(B)312.92º29.02%87.84%-
XYZ54.7745.366.83-
YUV184.25142.53156.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=37.77%
G=26.81%
B=35.41%

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
Decimal22415921000.290.060.12312.9251.1875.1
HexE09FD201D6C139334b
Octal34023732203561447163113
Binary11100000100111111101001001110111011001001110011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FD2; }

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

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

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

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

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

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

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

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