#E0A6E4

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

Shades of Plum #E0A6E4

Tints of Plum #E0A6E4

Color information

#E0A6E4 (or 0xE0A6E4) is unknown color: approx Plum. HEX triplet: E0, A6 and E4. RGB value is (224,166,228). Sum of RGB (Red+Green+Blue) = 224+166+228=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0A6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6E4 is #1F591B. Grayscale: #BEBEBE. Windows color (decimal): -2054428 or 14984928. OLE color: 14984928.

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

Color convert

RGB224166228-
CMYK0.020.2700.11
HSL296.13º53.45%77.25%-
HSV(B)296.13º27.19%89.41%-
XYZ58.3848.7279.73-
YUV190.41149.22151.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=36.25%
G=26.86%
B=36.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241662280.020.2700.11296.1353.4577.25
HexE0A6E421B0B128354d
Octal34024634423301345065115
Binary1110000010100110111001001011011010111001010001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6E4; }

 p { color: rgb(224,166,228); }

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

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

 a { background-color: rgb(224,166,228); }

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

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

 span { border-color: rgb(224,166,228); }

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