#E296EB

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

Shades of Plum #E296EB

Tints of Plum #E296EB

Color information

#E296EB (or 0xE296EB) is unknown color: approx Plum. HEX triplet: E2, 96 and EB. RGB value is (226,150,235). Sum of RGB (Red+Green+Blue) = 226+150+235=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #E296EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296EB is #1D6914. Grayscale: #B6B6B6. Windows color (decimal): -1927445 or 15439586. OLE color: 15439586.

HSL color Cylindrical-coordinate representation of color #E296EB: hue angle of 293.65º 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 #E296EB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226150235-
CMYK0.040.3600.08
HSL293.65º68%75.49%-
HSV(B)293.65º36.17%92.16%-
XYZ57.2743.9884.07-
YUV182.41157.68159.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=36.99%
G=24.55%
B=38.46%

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
Decimal2261502350.040.3600.08293.656875.49
HexE296EB42408126444b
Octal342226353444010446104113
Binary1110001010010110111010111001001000100010010011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296EB; }

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

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

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

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

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

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

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

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