#E895DF

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

Shades of Plum #E895DF

Tints of Plum #E895DF

Color information

#E895DF (or 0xE895DF) is unknown color: approx Plum. HEX triplet: E8, 95 and DF. RGB value is (232,149,223). Sum of RGB (Red+Green+Blue) = 232+149+223=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E895DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895DF is #176A20. Grayscale: #B6B6B6. Windows color (decimal): -1534497 or 14652904. OLE color: 14652904.

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

Color convert

RGB232149223-
CMYK00.360.040.09
HSL306.51º64.34%74.71%-
HSV(B)306.51º35.78%90.98%-
XYZ57.3543.9875.28-
YUV182.25151163.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=38.41%
G=24.67%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214922300.360.040.09306.5164.3474.71
HexE895DF02449133404b
Octal350225337044411463100113
Binary1110100010010101110111110100100100100110011001110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E895DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E895DF; }

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

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

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

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

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

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

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

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