#EBA1F0

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

Shades of Plum #EBA1F0

Tints of Plum #EBA1F0

Color information

#EBA1F0 (or 0xEBA1F0) is unknown color: approx Plum. HEX triplet: EB, A1 and F0. RGB value is (235,161,240). Sum of RGB (Red+Green+Blue) = 235+161+240=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBA1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1F0 is #145E0F. Grayscale: #BFBFBF. Windows color (decimal): -1334800 or 15770091. OLE color: 15770091.

HSL color Cylindrical-coordinate representation of color #EBA1F0: hue angle of 296.2º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA1F0 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235161240-
CMYK0.020.3300.06
HSL296.2º72.48%78.63%-
HSV(B)296.2º32.92%94.12%-
XYZ62.7349.4488.68-
YUV192.13155.02158.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=36.95%
G=25.31%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351612400.020.3300.06296.272.4878.63
HexEBA1F022106128484f
Octal35324136024106450110117
Binary11101011101000011111000010100001011010010100010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1F0; }

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

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

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

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

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

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

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

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