#E890DE

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

Shades of Plum #E890DE

Tints of Plum #E890DE

Color information

#E890DE (or 0xE890DE) is unknown color: approx Plum. HEX triplet: E8, 90 and DE. RGB value is (232,144,222). Sum of RGB (Red+Green+Blue) = 232+144+222=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E890DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890DE is #176F21. Grayscale: #B2B2B2. Windows color (decimal): -1535778 or 14586088. OLE color: 14586088.

HSL color Cylindrical-coordinate representation of color #E890DE: hue angle of 306.82º 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 #E890DE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232144222-
CMYK00.380.040.09
HSL306.82º65.67%73.73%-
HSV(B)306.82º37.93%90.98%-
XYZ56.4442.3874.31-
YUV179.2152.15165.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=38.80%
G=24.08%
B=37.12%

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
Decimal23214422200.380.040.09306.8265.6773.73
HexE890DE02649133424a
Octal350220336046411463102112
Binary1110100010010000110111100100110100100110011001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E890DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E890DE; }

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

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

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

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

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

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

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

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