#EBA1EC

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

Shades of Plum #EBA1EC

Tints of Plum #EBA1EC

Color information

#EBA1EC (or 0xEBA1EC) is unknown color: approx Plum. HEX triplet: EB, A1 and EC. RGB value is (235,161,236). Sum of RGB (Red+Green+Blue) = 235+161+236=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EC is #145E13. Grayscale: #BFBFBF. Windows color (decimal): -1334804 or 15507947. OLE color: 15507947.

HSL color Cylindrical-coordinate representation of color #EBA1EC: hue angle of 299.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA1EC is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235161236-
CMYK0.000.3200.07
HSL299.2º66.37%77.84%-
HSV(B)299.2º31.78%92.55%-
XYZ62.1549.2185.58-
YUV191.68153.02158.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 161 (63.28% from 255) = 25.47%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=37.18%
G=25.47%
B=37.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351612360.000.3200.07299.266.3777.84
HexEBA1EC0200712b424e
Octal35324135404007453102116
Binary1110101110100001111011000100000011110010101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1EC; }

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

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

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

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

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

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

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

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