#E0A7EB

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

Shades of Plum #E0A7EB

Tints of Plum #E0A7EB

Color information

#E0A7EB (or 0xE0A7EB) is unknown color: approx Plum. HEX triplet: E0, A7 and EB. RGB value is (224,167,235). Sum of RGB (Red+Green+Blue) = 224+167+235=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7EB is #1F5814. Grayscale: #BFBFBF. Windows color (decimal): -2054165 or 15443936. OLE color: 15443936.

HSL color Cylindrical-coordinate representation of color #E0A7EB: hue angle of 290.29º degrees, saturation: 0.63, 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 #E0A7EB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224167235-
CMYK0.050.2900.08
HSL290.29º62.96%78.82%-
HSV(B)290.29º28.94%92.16%-
XYZ59.5549.4885.01-
YUV191.8152.38150.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 167 (65.62% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=35.78%
G=26.68%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241672350.050.2900.08290.2962.9678.82
HexE0A7EB51D081223f4f
Octal34024735353501044277117
Binary11100000101001111110101110111101010001001000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7EB; }

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

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

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

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

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

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

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

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