#E890DF

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

Shades of Plum #E890DF

Tints of Plum #E890DF

Color information

#E890DF (or 0xE890DF) is unknown color: approx Plum. HEX triplet: E8, 90 and DF. RGB value is (232,144,223). Sum of RGB (Red+Green+Blue) = 232+144+223=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E890DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890DF is #176F20. Grayscale: #B3B3B3. Windows color (decimal): -1535777 or 14651624. OLE color: 14651624.

HSL color Cylindrical-coordinate representation of color #E890DF: hue angle of 306.14º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890DF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232144223-
CMYK00.380.040.09
HSL306.14º65.67%73.73%-
HSV(B)306.14º37.93%90.98%-
XYZ56.5742.4375.02-
YUV179.32152.65165.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 144 (56.64% from 255) = 24.04%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=38.73%
G=24.04%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214422300.380.040.09306.1465.6773.73
HexE890DF02649132424a
Octal350220337046411462102112
Binary1110100010010000110111110100110100100110011001010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E890DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E890DF; }

 p { color: rgb(232,144,223); }

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

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

 a { background-color: rgb(232,144,223); }

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

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

 span { border-color: rgb(232,144,223); }

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