#E996E2

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

Shades of Plum #E996E2

Tints of Plum #E996E2

Color information

#E996E2 (or 0xE996E2) is unknown color: approx Plum. HEX triplet: E9, 96 and E2. RGB value is (233,150,226). Sum of RGB (Red+Green+Blue) = 233+150+226=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E996E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996E2 is #16691D. Grayscale: #B7B7B7. Windows color (decimal): -1468702 or 14849769. OLE color: 14849769.

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

Color convert

RGB233150226-
CMYK00.360.030.09
HSL305.06º65.35%75.1%-
HSV(B)305.06º35.62%91.37%-
XYZ58.2444.6377.5-
YUV183.48152163.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=38.26%
G=24.63%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315022600.360.030.09305.0665.3575.1
HexE996E202439131414b
Octal351226342044311461101113
Binary111010011001011011100010010010011100110011000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996E2; }

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

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

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

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

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

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

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

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