#EFA9F3

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

Shades of Plum #EFA9F3

Tints of Plum #EFA9F3

Color information

#EFA9F3 (or 0xEFA9F3) is unknown color: approx Plum. HEX triplet: EF, A9 and F3. RGB value is (239,169,243). Sum of RGB (Red+Green+Blue) = 239+169+243=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFA9F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9F3 is #10560C. Grayscale: #C6C6C6. Windows color (decimal): -1070605 or 15968751. OLE color: 15968751.

HSL color Cylindrical-coordinate representation of color #EFA9F3: hue angle of 296.76º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA9F3 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239169243-
CMYK0.020.3000.05
HSL296.76º75.51%80.78%-
HSV(B)296.76º30.45%95.29%-
XYZ65.9653.291.59-
YUV198.37153.19156.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 169 (66.41% from 255) = 25.96%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=36.71%
G=25.96%
B=37.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391692430.020.3000.05296.7675.5180.78
HexEFA9F321E051294c51
Octal35725136323605451114121
Binary1110111110101001111100111011110010110010100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9F3; }

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

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

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

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

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

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

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

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