#E0A5D6

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

Shades of Plum #E0A5D6

Tints of Plum #E0A5D6

Color information

#E0A5D6 (or 0xE0A5D6) is unknown color: approx Plum. HEX triplet: E0, A5 and D6. RGB value is (224,165,214). Sum of RGB (Red+Green+Blue) = 224+165+214=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A5D6 is #1F5A29. Grayscale: #BCBCBC. Windows color (decimal): -2054698 or 14067168. OLE color: 14067168.

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

Color convert

RGB224165214-
CMYK00.260.040.12
HSL310.17º48.76%76.27%-
HSV(B)310.17º26.34%87.84%-
XYZ56.3347.6169.84-
YUV188.23142.55153.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=37.15%
G=27.36%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416521400.260.040.12310.1748.7676.27
HexE0A5D601A4C136314c
Octal34024532603241446661114
Binary11100000101001011101011001101010011001001101101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A5D6; }

 p { color: rgb(224,165,214); }

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

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

 a { background-color: rgb(224,165,214); }

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

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

 span { border-color: rgb(224,165,214); }

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