#E0A2D1

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

Shades of Plum #E0A2D1

Tints of Plum #E0A2D1

Color information

#E0A2D1 (or 0xE0A2D1) is unknown color: approx Plum. HEX triplet: E0, A2 and D1. RGB value is (224,162,209). Sum of RGB (Red+Green+Blue) = 224+162+209=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A2D1 is #1F5D2E. Grayscale: #B9B9B9. Windows color (decimal): -2055471 or 13738720. OLE color: 13738720.

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

Color convert

RGB224162209-
CMYK00.280.070.12
HSL314.52º50%75.69%-
HSV(B)314.52º27.68%87.84%-
XYZ55.1746.2966.35-
YUV185.9141.04155.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 162 (63.67% from 255) = 27.23%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=37.65%
G=27.23%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416220900.280.070.12314.525075.69
HexE0A2D101C7C13b324c
Octal34024232103471447362114
Binary11100000101000101101000101110011111001001110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2D1; }

 p { color: rgb(224,162,209); }

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

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

 a { background-color: rgb(224,162,209); }

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

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

 span { border-color: rgb(224,162,209); }

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