#EFA9F5

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

Shades of Plum #EFA9F5

Tints of Plum #EFA9F5

Color information

#EFA9F5 (or 0xEFA9F5) is unknown color: approx Plum. HEX triplet: EF, A9 and F5. RGB value is (239,169,245). Sum of RGB (Red+Green+Blue) = 239+169+245=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFA9F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9F5 is #10560A. Grayscale: #C6C6C6. Windows color (decimal): -1070603 or 16099823. OLE color: 16099823.

HSL color Cylindrical-coordinate representation of color #EFA9F5: hue angle of 295.26º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA9F5 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239169245-
CMYK0.020.3100.04
HSL295.26º79.17%81.18%-
HSV(B)295.26º31.02%96.08%-
XYZ66.2753.3293.19-
YUV198.59154.19156.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 169 (66.41% from 255) = 25.88%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=36.60%
G=25.88%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391692450.020.3100.04295.2679.1781.18
HexEFA9F521F041274f51
Octal35725136523704447117121
Binary1110111110101001111101011011111010010010011110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9F5; }

 p { color: rgb(239,169,245); }

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

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

 a { background-color: rgb(239,169,245); }

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

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

 span { border-color: rgb(239,169,245); }

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