#EBA6F1

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

Shades of Plum #EBA6F1

Tints of Plum #EBA6F1

Color information

#EBA6F1 (or 0xEBA6F1) is unknown color: approx Plum. HEX triplet: EB, A6 and F1. RGB value is (235,166,241). Sum of RGB (Red+Green+Blue) = 235+166+241=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6F1 is #14590E. Grayscale: #C2C2C2. Windows color (decimal): -1333519 or 15836907. OLE color: 15836907.

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

Color convert

RGB235166241-
CMYK0.020.3100.05
HSL295.2º72.82%79.8%-
HSV(B)295.2º31.12%94.51%-
XYZ63.7751.2989.76-
YUV195.18153.86156.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 166 (65.23% from 255) = 25.86%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=36.60%
G=25.86%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351662410.020.3100.05295.272.8279.8
HexEBA6F121F051274950
Octal35324636123705447111120
Binary1110101110100110111100011011111010110010011110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6F1; }

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

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

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

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

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

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

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

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