#E894D9

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

Shades of Plum #E894D9

Tints of Plum #E894D9

Color information

#E894D9 (or 0xE894D9) is unknown color: approx Plum. HEX triplet: E8, 94 and D9. RGB value is (232,148,217). Sum of RGB (Red+Green+Blue) = 232+148+217=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E894D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894D9 is #176B26. Grayscale: #B4B4B4. Windows color (decimal): -1534759 or 14259432. OLE color: 14259432.

HSL color Cylindrical-coordinate representation of color #E894D9: hue angle of 310.71º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894D9 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232148217-
CMYK00.360.060.09
HSL310.71º64.62%74.51%-
HSV(B)310.71º36.21%90.98%-
XYZ56.3943.3571.04-
YUV180.98148.33164.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 148 (58.20% from 255) = 24.79%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=38.86%
G=24.79%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214821700.360.060.09310.7164.6274.51
HexE894D902469137414b
Octal350224331044611467101113
Binary1110100010010100110110010100100110100110011011110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894D9; }

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

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

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

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

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

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

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

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