#EFAAEC

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

Shades of Plum #EFAAEC

Tints of Plum #EFAAEC

Color information

#EFAAEC (or 0xEFAAEC) is unknown color: approx Plum. HEX triplet: EF, AA and EC. RGB value is (239,170,236). Sum of RGB (Red+Green+Blue) = 239+170+236=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAEC is #105513. Grayscale: #C5C5C5. Windows color (decimal): -1070356 or 15510255. OLE color: 15510255.

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

Color convert

RGB239170236-
CMYK00.290.010.06
HSL302.61º68.32%80.2%-
HSV(B)302.61º28.87%93.73%-
XYZ65.1153.1686.19-
YUV198.15149.36157.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=37.05%
G=26.36%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917023600.290.010.06302.6168.3280.2
HexEFAAEC01D1612f4450
Octal35725235403516457104120
Binary111011111010101011101100011101111010010111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAEC; }

 p { color: rgb(239,170,236); }

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

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

 a { background-color: rgb(239,170,236); }

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

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

 span { border-color: rgb(239,170,236); }

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