#E196D7

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

Shades of Plum #E196D7

Tints of Plum #E196D7

Color information

#E196D7 (or 0xE196D7) is unknown color: approx Plum. HEX triplet: E1, 96 and D7. RGB value is (225,150,215). Sum of RGB (Red+Green+Blue) = 225+150+215=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E196D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196D7 is #1E6928. Grayscale: #B3B3B3. Windows color (decimal): -1993001 or 14128865. OLE color: 14128865.

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

Color convert

RGB225150215-
CMYK00.330.040.12
HSL308º55.56%73.53%-
HSV(B)308º33.33%88.24%-
XYZ54.2242.7369.68-
YUV179.83147.85160.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 150 (58.98% from 255) = 25.42%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=38.14%
G=25.42%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515021500.330.040.1230855.5673.53
HexE196D70214C134384a
Octal34122632704141446470112
Binary111000011001011011010111010000110011001001101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196D7; }

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

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

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

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

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

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

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

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