#E196E7

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

Shades of Plum #E196E7

Tints of Plum #E196E7

Color information

#E196E7 (or 0xE196E7) is unknown color: approx Plum. HEX triplet: E1, 96 and E7. RGB value is (225,150,231). Sum of RGB (Red+Green+Blue) = 225+150+231=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #E196E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E196E7 is #1E6918. Grayscale: #B5B5B5. Windows color (decimal): -1992985 or 15177441. OLE color: 15177441.

HSL color Cylindrical-coordinate representation of color #E196E7: hue angle of 295.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E196E7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225150231-
CMYK0.030.3500.09
HSL295.56º62.79%74.71%-
HSV(B)295.56º35.06%90.59%-
XYZ56.3843.5981.04-
YUV181.66155.85158.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 150 (58.98% from 255) = 24.75%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=37.13%
G=24.75%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251502310.030.3500.09295.5662.7974.71
HexE196E7323091283f4b
Octal34122634734301145077113
Binary11100001100101101110011111100011010011001010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196E7; }

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

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

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

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

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

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

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

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