#EBA1EF

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

Shades of Plum #EBA1EF

Tints of Plum #EBA1EF

Color information

#EBA1EF (or 0xEBA1EF) is unknown color: approx Plum. HEX triplet: EB, A1 and EF. RGB value is (235,161,239). Sum of RGB (Red+Green+Blue) = 235+161+239=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EF is #145E10. Grayscale: #BFBFBF. Windows color (decimal): -1334801 or 15704555. OLE color: 15704555.

HSL color Cylindrical-coordinate representation of color #EBA1EF: hue angle of 296.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA1EF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235161239-
CMYK0.020.3300.06
HSL296.92º70.91%78.43%-
HSV(B)296.92º32.64%93.73%-
XYZ62.5949.3887.89-
YUV192.02154.52158.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 161 (63.28% from 255) = 25.35%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=37.01%
G=25.35%
B=37.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351612390.020.3300.06296.9270.9178.43
HexEBA1EF22106129474e
Octal35324135724106451107116
Binary11101011101000011110111110100001011010010100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1EF; }

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

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

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

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

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

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

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

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