#E094D9

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

Shades of Plum #E094D9

Tints of Plum #E094D9

Color information

#E094D9 (or 0xE094D9) is unknown color: approx Plum. HEX triplet: E0, 94 and D9. RGB value is (224,148,217). Sum of RGB (Red+Green+Blue) = 224+148+217=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D9 is #1F6B26. Grayscale: #B2B2B2. Windows color (decimal): -2059047 or 14259424. OLE color: 14259424.

HSL color Cylindrical-coordinate representation of color #E094D9: hue angle of 305.53º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094D9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224148217-
CMYK00.340.030.12
HSL305.53º55.07%72.94%-
HSV(B)305.53º33.93%87.84%-
XYZ53.8542.0470.92-
YUV178.59149.68160.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=38.03%
G=25.13%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414821700.340.030.12305.5355.0772.94
HexE094D90223C1323749
Octal34022433104231446267111
Binary11100000100101001101100101000101111001001100101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094D9; }

 p { color: rgb(224,148,217); }

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

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

 a { background-color: rgb(224,148,217); }

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

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

 span { border-color: rgb(224,148,217); }

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