#EBA4EC

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

Shades of Plum #EBA4EC

Tints of Plum #EBA4EC

Color information

#EBA4EC (or 0xEBA4EC) is unknown color: approx Plum. HEX triplet: EB, A4 and EC. RGB value is (235,164,236). Sum of RGB (Red+Green+Blue) = 235+164+236=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4EC is #145B13. Grayscale: #C1C1C1. Windows color (decimal): -1334036 or 15508715. OLE color: 15508715.

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

Color convert

RGB235164236-
CMYK0.000.3100.07
HSL299.17º65.45%78.43%-
HSV(B)299.17º30.51%92.55%-
XYZ62.6850.2785.76-
YUV193.44152.02157.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 164 (64.45% from 255) = 25.83%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=37.01%
G=25.83%
B=37.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351642360.000.3100.07299.1765.4578.43
HexEBA4EC01F0712b414e
Octal35324435403707453101116
Binary111010111010010011101100011111011110010101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4EC; }

 p { color: rgb(235,164,236); }

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

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

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

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

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

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

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