#E196EC

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

Shades of Plum #E196EC

Tints of Plum #E196EC

Color information

#E196EC (or 0xE196EC) is unknown color: approx Plum. HEX triplet: E1, 96 and EC. RGB value is (225,150,236). Sum of RGB (Red+Green+Blue) = 225+150+236=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #E196EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196EC is #1E6913. Grayscale: #B5B5B5. Windows color (decimal): -1992980 or 15505121. OLE color: 15505121.

HSL color Cylindrical-coordinate representation of color #E196EC: hue angle of 292.33º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E196EC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225150236-
CMYK0.050.3600.07
HSL292.33º69.35%75.69%-
HSV(B)292.33º36.44%92.55%-
XYZ57.143.8884.82-
YUV182.23158.35158.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.82%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=36.82%
G=24.55%
B=38.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251502360.050.3600.07292.3369.3575.69
HexE196EC52407124454c
Octal34122635454407444105114
Binary111000011001011011101100101100100011110010010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196EC; }

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

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

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

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

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

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

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

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