#EBA5F1

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

Shades of Plum #EBA5F1

Tints of Plum #EBA5F1

Color information

#EBA5F1 (or 0xEBA5F1) is unknown color: approx Plum. HEX triplet: EB, A5 and F1. RGB value is (235,165,241). Sum of RGB (Red+Green+Blue) = 235+165+241=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5F1 is #145A0E. Grayscale: #C2C2C2. Windows color (decimal): -1333775 or 15836651. OLE color: 15836651.

HSL color Cylindrical-coordinate representation of color #EBA5F1: hue angle of 295.26º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA5F1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235165241-
CMYK0.020.3200.05
HSL295.26º73.08%79.61%-
HSV(B)295.26º31.54%94.51%-
XYZ63.5950.9289.7-
YUV194.59154.19156.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 165 (64.84% from 255) = 25.74%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=36.66%
G=25.74%
B=37.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351652410.020.3200.05295.2673.0879.61
HexEBA5F1220051274950
Octal35324536124005447111120
Binary11101011101001011111000110100000010110010011110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5F1; }

 p { color: rgb(235,165,241); }

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

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

 a { background-color: rgb(235,165,241); }

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

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

 span { border-color: rgb(235,165,241); }

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