#EBA3EA

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

Shades of Plum #EBA3EA

Tints of Plum #EBA3EA

Color information

#EBA3EA (or 0xEBA3EA) is unknown color: approx Plum. HEX triplet: EB, A3 and EA. RGB value is (235,163,234). Sum of RGB (Red+Green+Blue) = 235+163+234=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EA is #145C15. Grayscale: #C0C0C0. Windows color (decimal): -1334294 or 15377387. OLE color: 15377387.

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

Color convert

RGB235163234-
CMYK00.310.000.08
HSL300.83º64.29%78.04%-
HSV(B)300.83º30.64%92.16%-
XYZ62.2149.884.17-
YUV192.62151.35158.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 163 (64.06% from 255) = 25.79%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=37.18%
G=25.79%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516323400.310.000.08300.8364.2978.04
HexEBA3EA01F0812d404e
Octal353243352037010455100116
Binary1110101110100011111010100111110100010010110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3EA; }

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

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

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

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

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

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

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

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