#E0A1D3

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

Shades of Plum #E0A1D3

Tints of Plum #E0A1D3

Color information

#E0A1D3 (or 0xE0A1D3) is unknown color: approx Plum. HEX triplet: E0, A1 and D3. RGB value is (224,161,211). Sum of RGB (Red+Green+Blue) = 224+161+211=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A1D3 is #1F5E2C. Grayscale: #B9B9B9. Windows color (decimal): -2055725 or 13869536. OLE color: 13869536.

HSL color Cylindrical-coordinate representation of color #E0A1D3: hue angle of 312.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A1D3 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB224161211-
CMYK00.280.060.12
HSL312.38º50.4%75.49%-
HSV(B)312.38º28.12%87.84%-
XYZ55.2446.0467.6-
YUV185.54142.37155.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=37.58%
G=27.01%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416121100.280.060.12312.3850.475.49
HexE0A1D301C6C138324b
Octal34024132303461447062113
Binary11100000101000011101001101110011011001001110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A1D3; }

 p { color: rgb(224,161,211); }

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

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

 a { background-color: rgb(224,161,211); }

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

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

 span { border-color: rgb(224,161,211); }

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