#EAAFEA

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

Shades of Plum #EAAFEA

Tints of Plum #EAAFEA

Color information

#EAAFEA (or 0xEAAFEA) is unknown color: approx Plum. HEX triplet: EA, AF and EA. RGB value is (234,175,234). Sum of RGB (Red+Green+Blue) = 234+175+234=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAAFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFEA is #155015. Grayscale: #C7C7C7. Windows color (decimal): -1396758 or 15380458. OLE color: 15380458.

HSL color Cylindrical-coordinate representation of color #EAAFEA: hue angle of 300º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFEA is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234175234-
CMYK00.2500.08
HSL300º58.42%80.2%-
HSV(B)300º25.21%91.76%-
XYZ64.1154.0984.9-
YUV199.37147.55152.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=36.39%
G=27.22%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417523400.2500.0830058.4280.2
HexEAAFEA0190812c3a50
Octal35225735203101045472120
Binary111010101010111111101010011001010001001011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFEA; }

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

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

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

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

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

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

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

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