#EAAFEF

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

Shades of Plum #EAAFEF

Tints of Plum #EAAFEF

Color information

#EAAFEF (or 0xEAAFEF) is unknown color: approx Plum. HEX triplet: EA, AF and EF. RGB value is (234,175,239). Sum of RGB (Red+Green+Blue) = 234+175+239=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAAFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFEF is #155010. Grayscale: #C7C7C7. Windows color (decimal): -1396753 or 15708138. OLE color: 15708138.

HSL color Cylindrical-coordinate representation of color #EAAFEF: hue angle of 295.31º 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 #EAAFEF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234175239-
CMYK0.020.2700.06
HSL295.31º66.67%81.18%-
HSV(B)295.31º26.78%93.73%-
XYZ64.8454.3888.74-
YUV199.94150.05152.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=36.11%
G=27.01%
B=36.88%

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
Decimal2341752390.020.2700.06295.3166.6781.18
HexEAAFEF21B061274351
Octal35225735723306447103121
Binary1110101010101111111011111011011011010010011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFEF; }

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

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

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

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

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

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

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

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