#EBA1F3

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

Shades of Plum #EBA1F3

Tints of Plum #EBA1F3

Color information

#EBA1F3 (or 0xEBA1F3) is unknown color: approx Plum. HEX triplet: EB, A1 and F3. RGB value is (235,161,243). Sum of RGB (Red+Green+Blue) = 235+161+243=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1F3 is #145E0C. Grayscale: #C0C0C0. Windows color (decimal): -1334797 or 15966699. OLE color: 15966699.

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

Color convert

RGB235161243-
CMYK0.030.3400.05
HSL294.15º77.36%79.22%-
HSV(B)294.15º33.74%95.29%-
XYZ63.1849.6291.04-
YUV192.47156.52158.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 161 (63.28% from 255) = 25.20%
BLUE value IS 243 (95.31% from 255) = 38.03%
R=36.78%
G=25.20%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351612430.030.3400.05294.1577.3679.22
HexEBA1F3322051264d4f
Octal35324136334205446115117
Binary11101011101000011111001111100010010110010011010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1F3; }

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

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

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

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

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

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

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

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