#E196EB

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

Shades of Plum #E196EB

Tints of Plum #E196EB

Color information

#E196EB (or 0xE196EB) is unknown color: approx Plum. HEX triplet: E1, 96 and EB. RGB value is (225,150,235). Sum of RGB (Red+Green+Blue) = 225+150+235=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #E196EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196EB is #1E6914. Grayscale: #B5B5B5. Windows color (decimal): -1992981 or 15439585. OLE color: 15439585.

HSL color Cylindrical-coordinate representation of color #E196EB: hue angle of 292.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E196EB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225150235-
CMYK0.040.3600.08
HSL292.94º68%75.49%-
HSV(B)292.94º36.17%92.16%-
XYZ56.9543.8284.05-
YUV182.11157.85158.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 150 (58.98% from 255) = 24.59%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=36.89%
G=24.59%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251502350.040.3600.08292.946875.49
HexE196EB42408125444b
Octal341226353444010445104113
Binary1110000110010110111010111001001000100010010010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196EB; }

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

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

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

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

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

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

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

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