#eba5e1

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

Shades of Plum #EBA5E1

Tints of Plum #EBA5E1

Color information

#EBA5E1 (or 0xEBA5E1) is unknown color: approx Plum. HEX triplet: EB, A5 and E1. RGB value is (235,165,225). Sum of RGB (Red+Green+Blue) = 235+165+225=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5E1 is #145A1E. Grayscale: #C0C0C0. Windows color (decimal): -1333791 or 14788075. OLE color: 14788075.

HSL color Cylindrical-coordinate representation of color #EBA5E1: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5E1 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235165225-
CMYK00.300.040.08
HSL308.57º63.64%78.43%-
HSV(B)308.57º29.79%92.16%-
XYZ61.3150.0177.66-
YUV192.77146.19158.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 165 (64.84% from 255) = 26.4%
BLUE value IS 225 (88.28% from 255) = 36%
R=37.6%
G=26.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516522500.300.040.08308.5763.6478.43
HexEBA5E101E48135404e
Octal353245341036410465100116
Binary111010111010010111100001011110100100010011010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba5e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba5e1; }

 p { color: rgb(235,165,225); }

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

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

 a { background-color: rgb(235,165,225); }

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

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

 span { border-color: rgb(235,165,225); }

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