#E399E2

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

Shades of Plum #E399E2

Tints of Plum #E399E2

Color information

#E399E2 (or 0xE399E2) is unknown color: approx Plum. HEX triplet: E3, 99 and E2. RGB value is (227,153,226). Sum of RGB (Red+Green+Blue) = 227+153+226=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E399E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E399E2 is #1C661D. Grayscale: #B7B7B7. Windows color (decimal): -1861150 or 14850531. OLE color: 14850531.

HSL color Cylindrical-coordinate representation of color #E399E2: hue angle of 300.81º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399E2 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB227153226-
CMYK00.330.000.11
HSL300.81º56.92%74.51%-
HSV(B)300.81º32.6%89.02%-
XYZ56.844.677.57-
YUV183.45152.02159.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.46%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 226 (88.67% from 255) = 37.29%
R=37.46%
G=25.25%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715322600.330.000.11300.8156.9274.51
HexE399E20210B12d394b
Octal34323134204101345571113
Binary1110001110011001111000100100001010111001011011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E399E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E399E2; }

 p { color: rgb(227,153,226); }

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

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

 a { background-color: rgb(227,153,226); }

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

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

 span { border-color: rgb(227,153,226); }

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