#E0A7EA

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

Shades of Plum #E0A7EA

Tints of Plum #E0A7EA

Color information

#E0A7EA (or 0xE0A7EA) is unknown color: approx Plum. HEX triplet: E0, A7 and EA. RGB value is (224,167,234). Sum of RGB (Red+Green+Blue) = 224+167+234=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7EA is #1F5815. Grayscale: #BFBFBF. Windows color (decimal): -2054166 or 15378400. OLE color: 15378400.

HSL color Cylindrical-coordinate representation of color #E0A7EA: hue angle of 291.04º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A7EA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224167234-
CMYK0.040.2900.08
HSL291.04º61.47%78.63%-
HSV(B)291.04º28.63%91.76%-
XYZ59.4149.4384.25-
YUV191.68151.88151.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.84%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=35.84%
G=26.72%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241672340.040.2900.08291.0461.4778.63
HexE0A7EA41D081233d4f
Octal34024735243501044375117
Binary11100000101001111110101010011101010001001000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7EA; }

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

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

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

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

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

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

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

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