#E0A7E9

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

Shades of Plum #E0A7E9

Tints of Plum #E0A7E9

Color information

#E0A7E9 (or 0xE0A7E9) is unknown color: approx Plum. HEX triplet: E0, A7 and E9. RGB value is (224,167,233). Sum of RGB (Red+Green+Blue) = 224+167+233=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0A7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7E9 is #1F5816. Grayscale: #BFBFBF. Windows color (decimal): -2054167 or 15312864. OLE color: 15312864.

HSL color Cylindrical-coordinate representation of color #E0A7E9: hue angle of 291.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A7E9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224167233-
CMYK0.040.2800.09
HSL291.82º60%78.43%-
HSV(B)291.82º28.33%91.37%-
XYZ59.2749.3783.5-
YUV191.57151.38151.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 167 (65.62% from 255) = 26.76%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=35.90%
G=26.76%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241672330.040.2800.09291.826078.43
HexE0A7E941C091243c4e
Octal34024735143401144474116
Binary11100000101001111110100110011100010011001001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7E9; }

 p { color: rgb(224,167,233); }

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

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

 a { background-color: rgb(224,167,233); }

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

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

 span { border-color: rgb(224,167,233); }

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