#EBA6EE

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

Shades of Plum #EBA6EE

Tints of Plum #EBA6EE

Color information

#EBA6EE (or 0xEBA6EE) is unknown color: approx Plum. HEX triplet: EB, A6 and EE. RGB value is (235,166,238). Sum of RGB (Red+Green+Blue) = 235+166+238=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6EE is #145911. Grayscale: #C2C2C2. Windows color (decimal): -1333522 or 15640299. OLE color: 15640299.

HSL color Cylindrical-coordinate representation of color #EBA6EE: hue angle of 297.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA6EE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235166238-
CMYK0.010.3000.07
HSL297.5º67.92%79.22%-
HSV(B)297.5º30.25%93.33%-
XYZ63.3351.1187.42-
YUV194.84152.36156.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 166 (65.23% from 255) = 25.98%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=36.78%
G=25.98%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351662380.010.3000.07297.567.9279.22
HexEBA6EE11E0712a444f
Octal35324635613607452104117
Binary111010111010011011101110111110011110010101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6EE; }

 p { color: rgb(235,166,238); }

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

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

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

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

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

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

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