#EFB2F1

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

Shades of Plum #EFB2F1

Tints of Plum #EFB2F1

Color information

#EFB2F1 (or 0xEFB2F1) is unknown color: approx Plum. HEX triplet: EF, B2 and F1. RGB value is (239,178,241). Sum of RGB (Red+Green+Blue) = 239+178+241=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F1 is #104D0E. Grayscale: #CBCBCB. Windows color (decimal): -1068303 or 15839983. OLE color: 15839983.

HSL color Cylindrical-coordinate representation of color #EFB2F1: hue angle of 298.1º degrees, saturation: 0.69, 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 #EFB2F1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239178241-
CMYK0.010.2600.05
HSL298.1º69.23%82.16%-
HSV(B)298.1º26.14%94.51%-
XYZ67.3956.5490.58-
YUV203.42149.21153.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 178 (69.92% from 255) = 27.05%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=36.32%
G=27.05%
B=36.63%

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
Decimal2391782410.010.2600.05298.169.2382.16
HexEFB2F111A0512a4552
Octal35726236113205452105122
Binary111011111011001011110001111010010110010101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2F1; }

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

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

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

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

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

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

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

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