#EFB1F0

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

Shades of Plum #EFB1F0

Tints of Plum #EFB1F0

Color information

#EFB1F0 (or 0xEFB1F0) is unknown color: approx Plum. HEX triplet: EF, B1 and F0. RGB value is (239,177,240). Sum of RGB (Red+Green+Blue) = 239+177+240=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFB1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1F0 is #104E0F. Grayscale: #CACACA. Windows color (decimal): -1068560 or 15774191. OLE color: 15774191.

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

Color convert

RGB239177240-
CMYK0.000.2600.06
HSL299.05º67.74%81.76%-
HSV(B)299.05º26.25%94.12%-
XYZ67.0556.0989.73-
YUV202.72149.04153.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 177 (69.53% from 255) = 26.98%
BLUE value IS 240 (94.14% from 255) = 36.59%
R=36.43%
G=26.98%
B=36.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391772400.000.2600.06299.0567.7481.76
HexEFB1F001A0612b4452
Octal35726136003206453104122
Binary111011111011000111110000011010011010010101110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1F0; }

 p { color: rgb(239,177,240); }

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

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

 a { background-color: rgb(239,177,240); }

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

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

 span { border-color: rgb(239,177,240); }

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