#E196E6

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

Shades of Plum #E196E6

Tints of Plum #E196E6

Color information

#E196E6 (or 0xE196E6) is unknown color: approx Plum. HEX triplet: E1, 96 and E6. RGB value is (225,150,230). Sum of RGB (Red+Green+Blue) = 225+150+230=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #E196E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196E6 is #1E6919. Grayscale: #B5B5B5. Windows color (decimal): -1992986 or 15111905. OLE color: 15111905.

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

Color convert

RGB225150230-
CMYK0.020.3500.10
HSL296.25º61.54%74.51%-
HSV(B)296.25º34.78%90.2%-
XYZ56.2443.5380.3-
YUV181.54155.35159-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 150 (58.98% from 255) = 24.79%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=37.19%
G=24.79%
B=38.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251502300.020.3500.10296.2561.5474.51
HexE196E62230A1283e4b
Octal34122634624301245076113
Binary11100001100101101110011010100011010101001010001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196E6; }

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

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

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

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

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

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

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

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