#E399D6

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

Shades of Plum #E399D6

Tints of Plum #E399D6

Color information

#E399D6 (or 0xE399D6) is unknown color: approx Plum. HEX triplet: E3, 99 and D6. RGB value is (227,153,214). Sum of RGB (Red+Green+Blue) = 227+153+214=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E399D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E399D6 is #1C6629. Grayscale: #B5B5B5. Windows color (decimal): -1861162 or 14064099. OLE color: 14064099.

HSL color Cylindrical-coordinate representation of color #E399D6: hue angle of 310.54º 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 #E399D6 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB227153214-
CMYK00.330.060.11
HSL310.54º56.92%74.51%-
HSV(B)310.54º32.6%89.02%-
XYZ55.2143.9769.2-
YUV182.08146.02160.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=38.22%
G=25.76%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715321400.330.060.11310.5456.9274.51
HexE399D60216B137394b
Octal34323132604161346771113
Binary111000111001100111010110010000111010111001101111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E399D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E399D6; }

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

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

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

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

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

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

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

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