#e895dd

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

Shades of Plum #E895DD

Tints of Plum #E895DD

Color information

#E895DD (or 0xE895DD) is unknown color: approx Plum. HEX triplet: E8, 95 and DD. RGB value is (232,149,221). Sum of RGB (Red+Green+Blue) = 232+149+221=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E895DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895DD is #176A22. Grayscale: #B5B5B5. Windows color (decimal): -1534499 or 14521832. OLE color: 14521832.

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

Color convert

RGB232149221-
CMYK00.360.050.09
HSL307.95º64.34%74.71%-
HSV(B)307.95º35.78%90.98%-
XYZ57.0843.8773.87-
YUV182.02150163.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.54%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=38.54%
G=24.75%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214922100.360.050.09307.9564.3474.71
HexE895DD02459134404b
Octal350225335044511464100113
Binary1110100010010101110111010100100101100110011010010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e895dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e895dd; }

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

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

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

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

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

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

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

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