#EFAAF3

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

Shades of Plum #EFAAF3

Tints of Plum #EFAAF3

Color information

#EFAAF3 (or 0xEFAAF3) is unknown color: approx Plum. HEX triplet: EF, AA and F3. RGB value is (239,170,243). Sum of RGB (Red+Green+Blue) = 239+170+243=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAF3 is #10550C. Grayscale: #C6C6C6. Windows color (decimal): -1070349 or 15969007. OLE color: 15969007.

HSL color Cylindrical-coordinate representation of color #EFAAF3: hue angle of 296.71º degrees, saturation: 0.75, 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 #EFAAF3 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239170243-
CMYK0.020.3000.05
HSL296.71º75.26%80.98%-
HSV(B)296.71º30.04%95.29%-
XYZ66.1553.5791.65-
YUV198.95152.86156.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=36.66%
G=26.07%
B=37.27%

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
Decimal2391702430.020.3000.05296.7175.2680.98
HexEFAAF321E051294b51
Octal35725236323605451113121
Binary1110111110101010111100111011110010110010100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAF3; }

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

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

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

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

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

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

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

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