#EBA1F4

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

Shades of Plum #EBA1F4

Tints of Plum #EBA1F4

Color information

#EBA1F4 (or 0xEBA1F4) is unknown color: approx Plum. HEX triplet: EB, A1 and F4. RGB value is (235,161,244). Sum of RGB (Red+Green+Blue) = 235+161+244=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBA1F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1F4 is #145E0B. Grayscale: #C0C0C0. Windows color (decimal): -1334796 or 16032235. OLE color: 16032235.

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

Color convert

RGB235161244-
CMYK0.040.3400.04
HSL293.49º79.05%79.41%-
HSV(B)293.49º34.02%95.69%-
XYZ63.3349.6891.84-
YUV192.59157.02158.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 161 (63.28% from 255) = 25.16%
BLUE value IS 244 (95.70% from 255) = 38.12%
R=36.72%
G=25.16%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351612440.040.3400.04293.4979.0579.41
HexEBA1F4422041254f4f
Octal35324136444204445117117
Binary111010111010000111110100100100010010010010010110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1F4; }

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

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

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

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

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

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

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

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