#EAA6ED

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

Shades of Plum #EAA6ED

Tints of Plum #EAA6ED

Color information

#EAA6ED (or 0xEAA6ED) is unknown color: approx Plum. HEX triplet: EA, A6 and ED. RGB value is (234,166,237). Sum of RGB (Red+Green+Blue) = 234+166+237=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6ED is #155912. Grayscale: #C2C2C2. Windows color (decimal): -1399059 or 15574762. OLE color: 15574762.

HSL color Cylindrical-coordinate representation of color #EAA6ED: hue angle of 297.46º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA6ED is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234166237-
CMYK0.010.3000.07
HSL297.46º66.36%79.02%-
HSV(B)297.46º29.96%92.94%-
XYZ62.8550.8886.63-
YUV194.43152.03156.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 166 (65.23% from 255) = 26.06%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=36.73%
G=26.06%
B=37.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341662370.010.3000.07297.4666.3679.02
HexEAA6ED11E07129424f
Octal35224635513607451102117
Binary111010101010011011101101111110011110010100110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6ED; }

 p { color: rgb(234,166,237); }

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

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

 a { background-color: rgb(234,166,237); }

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

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

 span { border-color: rgb(234,166,237); }

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