#EFB0F0

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

Shades of Plum #EFB0F0

Tints of Plum #EFB0F0

Color information

#EFB0F0 (or 0xEFB0F0) is unknown color: approx Plum. HEX triplet: EF, B0 and F0. RGB value is (239,176,240). Sum of RGB (Red+Green+Blue) = 239+176+240=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFB0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F0 is #104F0F. Grayscale: #C9C9C9. Windows color (decimal): -1068816 or 15773935. OLE color: 15773935.

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

Color convert

RGB239176240-
CMYK0.000.2700.06
HSL299.06º68.09%81.57%-
HSV(B)299.06º26.67%94.12%-
XYZ66.8555.6989.66-
YUV202.13149.37154.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=36.49%
G=26.87%
B=36.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391762400.000.2700.06299.0668.0981.57
HexEFB0F001B0612b4452
Octal35726036003306453104122
Binary111011111011000011110000011011011010010101110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0F0; }

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

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

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

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

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

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

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

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