#E3A6DF

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

Shades of Plum #E3A6DF

Tints of Plum #E3A6DF

Color information

#E3A6DF (or 0xE3A6DF) is unknown color: approx Plum. HEX triplet: E3, A6 and DF. RGB value is (227,166,223). Sum of RGB (Red+Green+Blue) = 227+166+223=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A6DF is #1C5920. Grayscale: #BEBEBE. Windows color (decimal): -1857825 or 14657251. OLE color: 14657251.

HSL color Cylindrical-coordinate representation of color #E3A6DF: hue angle of 303.93º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A6DF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227166223-
CMYK00.270.020.11
HSL303.93º52.14%77.06%-
HSV(B)303.93º26.87%89.02%-
XYZ58.6348.9376.17-
YUV190.74146.21153.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.85%
GREEN value IS 166 (65.23% from 255) = 26.95%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=36.85%
G=26.95%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716622300.270.020.11303.9352.1477.06
HexE3A6DF01B2B130344d
Octal34324633703321346064115
Binary1110001110100110110111110110111010111001100001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A6DF; }

 p { color: rgb(227,166,223); }

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

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

 a { background-color: rgb(227,166,223); }

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

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

 span { border-color: rgb(227,166,223); }

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