#EFB2F2

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

Shades of Plum #EFB2F2

Tints of Plum #EFB2F2

Color information

#EFB2F2 (or 0xEFB2F2) is unknown color: approx Plum. HEX triplet: EF, B2 and F2. RGB value is (239,178,242). Sum of RGB (Red+Green+Blue) = 239+178+242=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F2 is #104D0D. Grayscale: #CBCBCB. Windows color (decimal): -1068302 or 15905519. OLE color: 15905519.

HSL color Cylindrical-coordinate representation of color #EFB2F2: hue angle of 297.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2F2 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239178242-
CMYK0.010.2600.05
HSL297.19º71.11%82.35%-
HSV(B)297.19º26.45%94.9%-
XYZ67.5456.691.37-
YUV203.54149.71153.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 178 (69.92% from 255) = 27.01%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=36.27%
G=27.01%
B=36.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391782420.010.2600.05297.1971.1182.35
HexEFB2F211A051294752
Octal35726236213205451107122
Binary111011111011001011110010111010010110010100110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2F2; }

 p { color: rgb(239,178,242); }

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

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

 a { background-color: rgb(239,178,242); }

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

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

 span { border-color: rgb(239,178,242); }

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