#EBA3EB

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

Shades of Plum #EBA3EB

Tints of Plum #EBA3EB

Color information

#EBA3EB (or 0xEBA3EB) is unknown color: approx Plum. HEX triplet: EB, A3 and EB. RGB value is (235,163,235). Sum of RGB (Red+Green+Blue) = 235+163+235=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EB is #145C14. Grayscale: #C0C0C0. Windows color (decimal): -1334293 or 15442923. OLE color: 15442923.

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

Color convert

RGB235163235-
CMYK00.3100.08
HSL300º64.29%78.04%-
HSV(B)300º30.64%92.16%-
XYZ62.3549.8584.93-
YUV192.74151.85158.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 163 (64.06% from 255) = 25.75%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=37.12%
G=25.75%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516323500.3100.0830064.2978.04
HexEBA3EB01F0812c404e
Octal353243353037010454100116
Binary1110101110100011111010110111110100010010110010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3EB; }

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

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

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

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

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

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

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

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