#E896DA

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

Shades of Plum #E896DA

Tints of Plum #E896DA

Color information

#E896DA (or 0xE896DA) is unknown color: approx Plum. HEX triplet: E8, 96 and DA. RGB value is (232,150,218). Sum of RGB (Red+Green+Blue) = 232+150+218=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E896DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896DA is #176925. Grayscale: #B6B6B6. Windows color (decimal): -1534246 or 14325480. OLE color: 14325480.

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

Color convert

RGB232150218-
CMYK00.350.060.09
HSL310.24º64.06%74.9%-
HSV(B)310.24º35.34%90.98%-
XYZ56.8444.0371.83-
YUV182.27148.17163.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.67%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=38.67%
G=25%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215021800.350.060.09310.2464.0674.9
HexE896DA02369136404b
Octal350226332043611466100113
Binary1110100010010110110110100100011110100110011011010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896DA; }

 p { color: rgb(232,150,218); }

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

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

 a { background-color: rgb(232,150,218); }

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

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

 span { border-color: rgb(232,150,218); }

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