#EAAAEB

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

Shades of Plum #EAAAEB

Tints of Plum #EAAAEB

Color information

#EAAAEB (or 0xEAAAEB) is unknown color: approx Plum. HEX triplet: EA, AA and EB. RGB value is (234,170,235). Sum of RGB (Red+Green+Blue) = 234+170+235=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEB is #155514. Grayscale: #C4C4C4. Windows color (decimal): -1398037 or 15444714. OLE color: 15444714.

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

Color convert

RGB234170235-
CMYK0.000.2800.08
HSL299.08º61.9%79.41%-
HSV(B)299.08º27.66%92.16%-
XYZ63.352.2485.34-
YUV196.55149.7154.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=36.62%
G=26.60%
B=36.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341702350.000.2800.08299.0861.979.41
HexEAAAEB01C0812b3e4f
Octal35225235303401045376117
Binary111010101010101011101011011100010001001010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAEB; }

 p { color: rgb(234,170,235); }

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

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

 a { background-color: rgb(234,170,235); }

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

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

 span { border-color: rgb(234,170,235); }

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