#EBA0F1

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

Shades of Plum #EBA0F1

Tints of Plum #EBA0F1

Color information

#EBA0F1 (or 0xEBA0F1) is unknown color: approx Plum. HEX triplet: EB, A0 and F1. RGB value is (235,160,241). Sum of RGB (Red+Green+Blue) = 235+160+241=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0F1 is #145F0E. Grayscale: #BFBFBF. Windows color (decimal): -1335055 or 15835371. OLE color: 15835371.

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

Color convert

RGB235160241-
CMYK0.020.3400.05
HSL295.56º74.31%78.63%-
HSV(B)295.56º33.61%94.51%-
XYZ62.7149.1589.4-
YUV191.66155.85158.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 160 (62.89% from 255) = 25.16%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=36.95%
G=25.16%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351602410.020.3400.05295.5674.3178.63
HexEBA0F1222051284a4f
Octal35324036124205450112117
Binary11101011101000001111000110100010010110010100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0F1; }

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

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

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

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

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

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

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

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