#E3ABDF

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

Shades of Plum #E3ABDF

Tints of Plum #E3ABDF

Color information

#E3ABDF (or 0xE3ABDF) is unknown color: approx Plum. HEX triplet: E3, AB and DF. RGB value is (227,171,223). Sum of RGB (Red+Green+Blue) = 227+171+223=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 227 - color contains mainly: red. Hex color #E3ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3ABDF is #1C5420. Grayscale: #C1C1C1. Windows color (decimal): -1856545 or 14658531. OLE color: 14658531.

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

Color convert

RGB227171223-
CMYK00.250.020.11
HSL304.29º50%78.04%-
HSV(B)304.29º24.67%89.02%-
XYZ59.5650.7876.48-
YUV193.67144.55151.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.55%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=36.55%
G=27.54%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717122300.250.020.11304.295078.04
HexE3ABDF0192B130324e
Octal34325333703121346062116
Binary1110001110101011110111110110011010111001100001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ABDF; }

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

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

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

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

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

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

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

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