#e196e5

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

Shades of Plum #E196E5

Tints of Plum #E196E5

Color information

#E196E5 (or 0xE196E5) is unknown color: approx Plum. HEX triplet: E1, 96 and E5. RGB value is (225,150,229). Sum of RGB (Red+Green+Blue) = 225+150+229=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #E196E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196E5 is #1E691A. Grayscale: #B5B5B5. Windows color (decimal): -1992987 or 15046369. OLE color: 15046369.

HSL color Cylindrical-coordinate representation of color #E196E5: hue angle of 296.96º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E196E5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225150229-
CMYK0.020.3400.10
HSL296.96º60.31%74.31%-
HSV(B)296.96º34.5%89.8%-
XYZ56.143.4879.56-
YUV181.43154.85159.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=37.25%
G=24.83%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251502290.020.3400.10296.9660.3174.31
HexE196E52220A1293c4a
Octal34122634524201245174112
Binary11100001100101101110010110100010010101001010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e196e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e196e5; }

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

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

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

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

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

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

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

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