#eba1ee

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

Shades of Plum #EBA1EE

Tints of Plum #EBA1EE

Color information

#EBA1EE (or 0xEBA1EE) is unknown color: approx Plum. HEX triplet: EB, A1 and EE. RGB value is (235,161,238). Sum of RGB (Red+Green+Blue) = 235+161+238=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EE is #145E11. Grayscale: #BFBFBF. Windows color (decimal): -1334802 or 15639019. OLE color: 15639019.

HSL color Cylindrical-coordinate representation of color #EBA1EE: hue angle of 297.66º degrees, saturation: 0.69, 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 #EBA1EE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235161238-
CMYK0.010.3200.07
HSL297.66º69.37%78.24%-
HSV(B)297.66º32.35%93.33%-
XYZ62.4449.3287.12-
YUV191.9154.02158.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 161 (63.28% from 255) = 25.39%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=37.07%
G=25.39%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351612380.010.3200.07297.6669.3778.24
HexEBA1EE1200712a454e
Octal35324135614007452105116
Binary1110101110100001111011101100000011110010101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba1ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba1ee; }

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

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

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

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

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

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

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

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