#EBA1ED

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

Shades of Plum #EBA1ED

Tints of Plum #EBA1ED

Color information

#EBA1ED (or 0xEBA1ED) is unknown color: approx Plum. HEX triplet: EB, A1 and ED. RGB value is (235,161,237). Sum of RGB (Red+Green+Blue) = 235+161+237=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1ED is #145E12. Grayscale: #BFBFBF. Windows color (decimal): -1334803 or 15573483. OLE color: 15573483.

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

Color convert

RGB235161237-
CMYK0.010.3200.07
HSL298.42º67.86%78.04%-
HSV(B)298.42º32.07%92.94%-
XYZ62.2949.2786.35-
YUV191.79153.52158.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 161 (63.28% from 255) = 25.43%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=37.12%
G=25.43%
B=37.44%

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
Decimal2351612370.010.3200.07298.4267.8678.04
HexEBA1ED1200712a444e
Octal35324135514007452104116
Binary1110101110100001111011011100000011110010101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1ED; }

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

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

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

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

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

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

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

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