#EAACEF

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

Shades of Plum #EAACEF

Tints of Plum #EAACEF

Color information

#EAACEF (or 0xEAACEF) is unknown color: approx Plum. HEX triplet: EA, AC and EF. RGB value is (234,172,239). Sum of RGB (Red+Green+Blue) = 234+172+239=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACEF is #155310. Grayscale: #C5C5C5. Windows color (decimal): -1397521 or 15707370. OLE color: 15707370.

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

Color convert

RGB234172239-
CMYK0.020.2800.06
HSL295.52º67.68%80.59%-
HSV(B)295.52º28.03%93.73%-
XYZ64.2653.2388.55-
YUV198.18151.04153.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=36.28%
G=26.67%
B=37.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341722390.020.2800.06295.5267.6880.59
HexEAACEF21C061284451
Octal35225435723406450104121
Binary1110101010101100111011111011100011010010100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACEF; }

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

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

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

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

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

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

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

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