#EAAEEF

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

Shades of Plum #EAAEEF

Tints of Plum #EAAEEF

Color information

#EAAEEF (or 0xEAAEEF) is unknown color: approx Plum. HEX triplet: EA, AE and EF. RGB value is (234,174,239). Sum of RGB (Red+Green+Blue) = 234+174+239=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEF is #155110. Grayscale: #C7C7C7. Windows color (decimal): -1397009 or 15707882. OLE color: 15707882.

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

Color convert

RGB234174239-
CMYK0.020.2700.06
HSL295.38º67.01%80.98%-
HSV(B)295.38º27.2%93.73%-
XYZ64.655488.68-
YUV199.35150.38152.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=36.17%
G=26.89%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341742390.020.2700.06295.3867.0180.98
HexEAAEEF21B061274351
Octal35225635723306447103121
Binary1110101010101110111011111011011011010010011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEEF; }

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

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

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

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

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

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

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

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