#E196DF

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

Shades of Plum #E196DF

Tints of Plum #E196DF

Color information

#E196DF (or 0xE196DF) is unknown color: approx Plum. HEX triplet: E1, 96 and DF. RGB value is (225,150,223). Sum of RGB (Red+Green+Blue) = 225+150+223=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E196DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196DF is #1E6920. Grayscale: #B4B4B4. Windows color (decimal): -1992993 or 14653153. OLE color: 14653153.

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

Color convert

RGB225150223-
CMYK00.330.010.12
HSL301.6º55.56%73.53%-
HSV(B)301.6º33.33%88.24%-
XYZ55.2843.1575.23-
YUV180.75151.85159.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=37.63%
G=25.08%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515022300.330.010.12301.655.5673.53
HexE196DF0211C12e384a
Octal34122633704111445670112
Binary1110000110010110110111110100001111001001011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196DF; }

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

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

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

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

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

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

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

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