#E1ABDF

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

Shades of Plum #E1ABDF

Tints of Plum #E1ABDF

Color information

#E1ABDF (or 0xE1ABDF) is unknown color: approx Plum. HEX triplet: E1, AB and DF. RGB value is (225,171,223). Sum of RGB (Red+Green+Blue) = 225+171+223=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABDF is #1E5420. Grayscale: #C0C0C0. Windows color (decimal): -1987617 or 14658529. OLE color: 14658529.

HSL color Cylindrical-coordinate representation of color #E1ABDF: hue angle of 302.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABDF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225171223-
CMYK00.240.010.12
HSL302.22º47.37%77.65%-
HSV(B)302.22º24%88.24%-
XYZ58.9350.4676.45-
YUV193.07144.89150.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=36.35%
G=27.63%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517122300.240.010.12302.2247.3777.65
HexE1ABDF0181C12e2f4e
Octal34125333703011445657116
Binary111000011010101111011111011000111001001011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABDF; }

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

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

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

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

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

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

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

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