#EBA9EA

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

Shades of Plum #EBA9EA

Tints of Plum #EBA9EA

Color information

#EBA9EA (or 0xEBA9EA) is unknown color: approx Plum. HEX triplet: EB, A9 and EA. RGB value is (235,169,234). Sum of RGB (Red+Green+Blue) = 235+169+234=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9EA is #145615. Grayscale: #C3C3C3. Windows color (decimal): -1332758 or 15378923. OLE color: 15378923.

HSL color Cylindrical-coordinate representation of color #EBA9EA: hue angle of 300.91º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9EA is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235169234-
CMYK00.280.000.08
HSL300.91º62.26%79.22%-
HSV(B)300.91º28.09%92.16%-
XYZ63.351.9884.54-
YUV196.14149.37155.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=36.83%
G=26.49%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516923400.280.000.08300.9162.2679.22
HexEBA9EA01C0812d3e4f
Octal35325135203401045576117
Binary111010111010100111101010011100010001001011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9EA; }

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

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

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

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

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

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

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

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