#E0A8E2

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

Shades of Plum #E0A8E2

Tints of Plum #E0A8E2

Color information

#E0A8E2 (or 0xE0A8E2) is unknown color: approx Plum. HEX triplet: E0, A8 and E2. RGB value is (224,168,226). Sum of RGB (Red+Green+Blue) = 224+168+226=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0A8E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8E2 is #1F571D. Grayscale: #BFBFBF. Windows color (decimal): -2053918 or 14854368. OLE color: 14854368.

HSL color Cylindrical-coordinate representation of color #E0A8E2: hue angle of 297.93º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A8E2 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224168226-
CMYK0.010.2600.11
HSL297.93º50%77.25%-
HSV(B)297.93º25.66%88.63%-
XYZ58.4749.3478.39-
YUV191.36147.55151.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 168 (66.02% from 255) = 27.18%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=36.25%
G=27.18%
B=36.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241682260.010.2600.11297.935077.25
HexE0A8E211A0B12a324d
Octal34025034213201345262115
Binary111000001010100011100010111010010111001010101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8E2; }

 p { color: rgb(224,168,226); }

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

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

 a { background-color: rgb(224,168,226); }

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

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

 span { border-color: rgb(224,168,226); }

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