#E890DC

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

Shades of Plum #E890DC

Tints of Plum #E890DC

Color information

#E890DC (or 0xE890DC) is unknown color: approx Plum. HEX triplet: E8, 90 and DC. RGB value is (232,144,220). Sum of RGB (Red+Green+Blue) = 232+144+220=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E890DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890DC is #176F23. Grayscale: #B2B2B2. Windows color (decimal): -1535780 or 14455016. OLE color: 14455016.

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

Color convert

RGB232144220-
CMYK00.380.050.09
HSL308.18º65.67%73.73%-
HSV(B)308.18º37.93%90.98%-
XYZ56.1742.2772.91-
YUV178.98151.15165.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=38.93%
G=24.16%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214422000.380.050.09308.1865.6773.73
HexE890DC02659134424a
Octal350220334046511464102112
Binary1110100010010000110111000100110101100110011010010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E890DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E890DC; }

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

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

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

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

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

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

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

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