#EBA5EA

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

Shades of Plum #EBA5EA

Tints of Plum #EBA5EA

Color information

#EBA5EA (or 0xEBA5EA) is unknown color: approx Plum. HEX triplet: EB, A5 and EA. RGB value is (235,165,234). Sum of RGB (Red+Green+Blue) = 235+165+234=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5EA is #145A15. Grayscale: #C1C1C1. Windows color (decimal): -1333782 or 15377899. OLE color: 15377899.

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

Color convert

RGB235165234-
CMYK00.300.000.08
HSL300.86º63.64%78.43%-
HSV(B)300.86º29.79%92.16%-
XYZ62.5750.5184.29-
YUV193.8150.69157.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 165 (64.84% from 255) = 26.03%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=37.07%
G=26.03%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516523400.300.000.08300.8663.6478.43
HexEBA5EA01E0812d404e
Octal353245352036010455100116
Binary1110101110100101111010100111100100010010110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5EA; }

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

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

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

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

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

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

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

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