#EBA5E4

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

Shades of Plum #EBA5E4

Tints of Plum #EBA5E4

Color information

#EBA5E4 (or 0xEBA5E4) is unknown color: approx Plum. HEX triplet: EB, A5 and E4. RGB value is (235,165,228). Sum of RGB (Red+Green+Blue) = 235+165+228=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5E4 is #145A1B. Grayscale: #C0C0C0. Windows color (decimal): -1333788 or 14984683. OLE color: 14984683.

HSL color Cylindrical-coordinate representation of color #EBA5E4: hue angle of 306º 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 #EBA5E4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235165228-
CMYK00.300.030.08
HSL306º63.64%78.43%-
HSV(B)306º29.79%92.16%-
XYZ61.7250.1779.83-
YUV193.11147.69157.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 165 (64.84% from 255) = 26.27%
BLUE value IS 228 (89.45% from 255) = 36.31%
R=37.42%
G=26.27%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516522800.300.030.0830663.6478.43
HexEBA5E401E38132404e
Octal353245344036310462100116
Binary11101011101001011110010001111011100010011001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5E4; }

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

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

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

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

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

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

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

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