#EAAFEC

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

Shades of Plum #EAAFEC

Tints of Plum #EAAFEC

Color information

#EAAFEC (or 0xEAAFEC) is unknown color: approx Plum. HEX triplet: EA, AF and EC. RGB value is (234,175,236). Sum of RGB (Red+Green+Blue) = 234+175+236=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAAFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFEC is #155013. Grayscale: #C7C7C7. Windows color (decimal): -1396756 or 15511530. OLE color: 15511530.

HSL color Cylindrical-coordinate representation of color #EAAFEC: hue angle of 298.03º degrees, saturation: 0.62, 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 #EAAFEC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234175236-
CMYK0.010.2600.07
HSL298.03º61.62%80.59%-
HSV(B)298.03º25.85%92.55%-
XYZ64.454.2186.43-
YUV199.59148.55152.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=36.28%
G=27.13%
B=36.59%

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
Decimal2341752360.010.2600.07298.0361.6280.59
HexEAAFEC11A0712a3e51
Octal3522573541320745276121
Binary11101010101011111110110011101001111001010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFEC; }

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

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

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

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

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

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

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

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