#EAAAEF

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

Shades of Plum #EAAAEF

Tints of Plum #EAAAEF

Color information

#EAAAEF (or 0xEAAAEF) is unknown color: approx Plum. HEX triplet: EA, AA and EF. RGB value is (234,170,239). Sum of RGB (Red+Green+Blue) = 234+170+239=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEF is #155510. Grayscale: #C4C4C4. Windows color (decimal): -1398033 or 15706858. OLE color: 15706858.

HSL color Cylindrical-coordinate representation of color #EAAAEF: hue angle of 295.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAAEF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234170239-
CMYK0.020.2900.06
HSL295.65º68.32%80.2%-
HSV(B)295.65º28.87%93.73%-
XYZ63.8952.4788.42-
YUV197151.7154.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=36.39%
G=26.44%
B=37.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341702390.020.2900.06295.6568.3280.2
HexEAAAEF21D061284450
Octal35225235723506450104120
Binary1110101010101010111011111011101011010010100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAEF; }

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

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

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

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

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

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

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

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