#E196DC

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

Shades of Plum #E196DC

Tints of Plum #E196DC

Color information

#E196DC (or 0xE196DC) is unknown color: approx Plum. HEX triplet: E1, 96 and DC. RGB value is (225,150,220). Sum of RGB (Red+Green+Blue) = 225+150+220=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E196DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196DC is #1E6923. Grayscale: #B4B4B4. Windows color (decimal): -1992996 or 14456545. OLE color: 14456545.

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

Color convert

RGB225150220-
CMYK00.330.020.12
HSL304º55.56%73.53%-
HSV(B)304º33.33%88.24%-
XYZ54.8842.9973.12-
YUV180.4150.35159.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=37.82%
G=25.21%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515022000.330.020.1230455.5673.53
HexE196DC0212C130384a
Octal34122633404121446070112
Binary11100001100101101101110001000011011001001100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196DC; }

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

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

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

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

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

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

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

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