#EBA2EE

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

Shades of Plum #EBA2EE

Tints of Plum #EBA2EE

Color information

#EBA2EE (or 0xEBA2EE) is unknown color: approx Plum. HEX triplet: EB, A2 and EE. RGB value is (235,162,238). Sum of RGB (Red+Green+Blue) = 235+162+238=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2EE is #145D11. Grayscale: #C0C0C0. Windows color (decimal): -1334546 or 15639275. OLE color: 15639275.

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

Color convert

RGB235162238-
CMYK0.010.3200.07
HSL297.63º69.09%78.43%-
HSV(B)297.63º31.93%93.33%-
XYZ62.6149.6887.18-
YUV192.49153.68158.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 162 (63.67% from 255) = 25.51%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=37.01%
G=25.51%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351622380.010.3200.07297.6369.0978.43
HexEBA2EE1200712a454e
Octal35324235614007452105116
Binary1110101110100010111011101100000011110010101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2EE; }

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

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

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

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

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

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

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

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