#E096E1

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

Shades of Plum #E096E1

Tints of Plum #E096E1

Color information

#E096E1 (or 0xE096E1) is unknown color: approx Plum. HEX triplet: E0, 96 and E1. RGB value is (224,150,225). Sum of RGB (Red+Green+Blue) = 224+150+225=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #E096E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096E1 is #1F691E. Grayscale: #B4B4B4. Windows color (decimal): -2058527 or 14784224. OLE color: 14784224.

HSL color Cylindrical-coordinate representation of color #E096E1: hue angle of 299.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096E1 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224150225-
CMYK0.000.3300.12
HSL299.2º55.56%73.53%-
HSV(B)299.2º33.33%88.24%-
XYZ55.2443.176.64-
YUV180.68153.02158.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=37.40%
G=25.04%
B=37.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241502250.000.3300.12299.255.5673.53
HexE096E10210C12b384a
Octal34022634104101445370112
Binary1110000010010110111000010100001011001001010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096E1; }

 p { color: rgb(224,150,225); }

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

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

 a { background-color: rgb(224,150,225); }

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

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

 span { border-color: rgb(224,150,225); }

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