#EBA6F3

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

Shades of Plum #EBA6F3

Tints of Plum #EBA6F3

Color information

#EBA6F3 (or 0xEBA6F3) is unknown color: approx Plum. HEX triplet: EB, A6 and F3. RGB value is (235,166,243). Sum of RGB (Red+Green+Blue) = 235+166+243=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6F3 is #14590C. Grayscale: #C3C3C3. Windows color (decimal): -1333517 or 15967979. OLE color: 15967979.

HSL color Cylindrical-coordinate representation of color #EBA6F3: hue angle of 293.77º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA6F3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235166243-
CMYK0.030.3200.05
HSL293.77º76.24%80.2%-
HSV(B)293.77º31.69%95.29%-
XYZ64.0751.4191.34-
YUV195.41154.86156.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 166 (65.23% from 255) = 25.78%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=36.49%
G=25.78%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351662430.030.3200.05293.7776.2480.2
HexEBA6F3320051264c50
Octal35324636334005446114120
Binary11101011101001101111001111100000010110010011010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6F3; }

 p { color: rgb(235,166,243); }

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

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

 a { background-color: rgb(235,166,243); }

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

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

 span { border-color: rgb(235,166,243); }

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