#EBA1F1

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

Shades of Plum #EBA1F1

Tints of Plum #EBA1F1

Color information

#EBA1F1 (or 0xEBA1F1) is unknown color: approx Plum. HEX triplet: EB, A1 and F1. RGB value is (235,161,241). Sum of RGB (Red+Green+Blue) = 235+161+241=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1F1 is #145E0E. Grayscale: #C0C0C0. Windows color (decimal): -1334799 or 15835627. OLE color: 15835627.

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

Color convert

RGB235161241-
CMYK0.020.3300.05
HSL295.5º74.07%78.82%-
HSV(B)295.5º33.2%94.51%-
XYZ62.8849.589.46-
YUV192.25155.52158.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 161 (63.28% from 255) = 25.27%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=36.89%
G=25.27%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351612410.020.3300.05295.574.0778.82
HexEBA1F1221051284a4f
Octal35324136124105450112117
Binary11101011101000011111000110100001010110010100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1F1; }

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

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

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

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

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

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

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

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