#EFB0F3

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

Shades of Plum #EFB0F3

Tints of Plum #EFB0F3

Color information

#EFB0F3 (or 0xEFB0F3) is unknown color: approx Plum. HEX triplet: EF, B0 and F3. RGB value is (239,176,243). Sum of RGB (Red+Green+Blue) = 239+176+243=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F3 is #104F0C. Grayscale: #CACACA. Windows color (decimal): -1068813 or 15970543. OLE color: 15970543.

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

Color convert

RGB239176243-
CMYK0.020.2800.05
HSL296.42º73.63%82.16%-
HSV(B)296.42º27.57%95.29%-
XYZ67.355.8792.03-
YUV202.48150.87154.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 176 (69.14% from 255) = 26.75%
BLUE value IS 243 (95.31% from 255) = 36.93%
R=36.32%
G=26.75%
B=36.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391762430.020.2800.05296.4273.6382.16
HexEFB0F321C051284a52
Octal35726036323405450112122
Binary1110111110110000111100111011100010110010100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0F3; }

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

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

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

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

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

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

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

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