#EAAFED

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

Shades of Plum #EAAFED

Tints of Plum #EAAFED

Color information

#EAAFED (or 0xEAAFED) is unknown color: approx Plum. HEX triplet: EA, AF and ED. RGB value is (234,175,237). Sum of RGB (Red+Green+Blue) = 234+175+237=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFED is #155012. Grayscale: #C7C7C7. Windows color (decimal): -1396755 or 15577066. OLE color: 15577066.

HSL color Cylindrical-coordinate representation of color #EAAFED: hue angle of 297.1º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAFED is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234175237-
CMYK0.010.2600.07
HSL297.1º63.27%80.78%-
HSV(B)297.1º26.16%92.94%-
XYZ64.5554.2787.19-
YUV199.71149.05152.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=36.22%
G=27.09%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341752370.010.2600.07297.163.2780.78
HexEAAFED11A071293f51
Octal3522573551320745177121
Binary11101010101011111110110111101001111001010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFED; }

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

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

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

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

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

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

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

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