#EBA3EC

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

Shades of Plum #EBA3EC

Tints of Plum #EBA3EC

Color information

#EBA3EC (or 0xEBA3EC) is unknown color: approx Plum. HEX triplet: EB, A3 and EC. RGB value is (235,163,236). Sum of RGB (Red+Green+Blue) = 235+163+236=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EC is #145C13. Grayscale: #C0C0C0. Windows color (decimal): -1334292 or 15508459. OLE color: 15508459.

HSL color Cylindrical-coordinate representation of color #EBA3EC: hue angle of 299.18º degrees, saturation: 0.66, 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 #EBA3EC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235163236-
CMYK0.000.3100.07
HSL299.18º65.77%78.24%-
HSV(B)299.18º30.93%92.55%-
XYZ62.549.9185.7-
YUV192.85152.35158.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 163 (64.06% from 255) = 25.71%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=37.07%
G=25.71%
B=37.22%

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
Decimal2351632360.000.3100.07299.1865.7778.24
HexEBA3EC01F0712b424e
Octal35324335403707453102116
Binary111010111010001111101100011111011110010101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3EC; }

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

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

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

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

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

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

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

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