#E196EF

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

Shades of Plum #E196EF

Tints of Plum #E196EF

Color information

#E196EF (or 0xE196EF) is unknown color: approx Plum. HEX triplet: E1, 96 and EF. RGB value is (225,150,239). Sum of RGB (Red+Green+Blue) = 225+150+239=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #E196EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196EF is #1E6910. Grayscale: #B6B6B6. Windows color (decimal): -1992977 or 15701729. OLE color: 15701729.

HSL color Cylindrical-coordinate representation of color #E196EF: hue angle of 290.56º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E196EF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225150239-
CMYK0.060.3700.06
HSL290.56º73.55%76.27%-
HSV(B)290.56º37.24%93.73%-
XYZ57.5444.0587.13-
YUV182.57159.85158.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 150 (58.98% from 255) = 24.43%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=36.64%
G=24.43%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251502390.060.3700.06290.5673.5576.27
HexE196EF625061234a4c
Octal34122635764506443112114
Binary111000011001011011101111110100101011010010001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196EF; }

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

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

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

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

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

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

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

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