#E896E5

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

Shades of Plum #E896E5

Tints of Plum #E896E5

Color information

#E896E5 (or 0xE896E5) is unknown color: approx Plum. HEX triplet: E8, 96 and E5. RGB value is (232,150,229). Sum of RGB (Red+Green+Blue) = 232+150+229=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E896E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896E5 is #17691A. Grayscale: #B7B7B7. Windows color (decimal): -1534235 or 15046376. OLE color: 15046376.

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

Color convert

RGB232150229-
CMYK00.350.010.09
HSL302.2º64.06%74.9%-
HSV(B)302.2º35.34%90.98%-
XYZ58.3344.6379.67-
YUV183.52153.67162.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=37.97%
G=24.55%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215022900.350.010.09302.264.0674.9
HexE896E50231912e404b
Octal350226345043111456100113
Binary11101000100101101110010101000111100110010111010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896E5; }

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

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

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

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

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

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

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

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