#EBA2ED

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

Shades of Plum #EBA2ED

Tints of Plum #EBA2ED

Color information

#EBA2ED (or 0xEBA2ED) is unknown color: approx Plum. HEX triplet: EB, A2 and ED. RGB value is (235,162,237). Sum of RGB (Red+Green+Blue) = 235+162+237=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2ED is #145D12. Grayscale: #C0C0C0. Windows color (decimal): -1334547 or 15573739. OLE color: 15573739.

HSL color Cylindrical-coordinate representation of color #EBA2ED: hue angle of 298.4º degrees, saturation: 0.68, 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 #EBA2ED is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235162237-
CMYK0.010.3200.07
HSL298.4º67.57%78.24%-
HSV(B)298.4º31.65%92.94%-
XYZ62.4749.6286.41-
YUV192.38153.18158.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 162 (63.67% from 255) = 25.55%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=37.07%
G=25.55%
B=37.38%

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
Decimal2351622370.010.3200.07298.467.5778.24
HexEBA2ED1200712a444e
Octal35324235514007452104116
Binary1110101110100010111011011100000011110010101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2ED; }

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

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

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

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

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

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

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

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