#EBABF1

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

Shades of Plum #EBABF1

Tints of Plum #EBABF1

Color information

#EBABF1 (or 0xEBABF1) is unknown color: approx Plum. HEX triplet: EB, AB and F1. RGB value is (235,171,241). Sum of RGB (Red+Green+Blue) = 235+171+241=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABF1 is #14540E. Grayscale: #C5C5C5. Windows color (decimal): -1332239 or 15838187. OLE color: 15838187.

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

Color convert

RGB235171241-
CMYK0.020.2900.05
HSL294.86º71.43%80.78%-
HSV(B)294.86º29.05%94.51%-
XYZ64.753.1490.07-
YUV198.12152.2154.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 171 (67.19% from 255) = 26.43%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=36.32%
G=26.43%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351712410.020.2900.05294.8671.4380.78
HexEBABF121D051274751
Octal35325336123505447107121
Binary1110101110101011111100011011101010110010011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABF1; }

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

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

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

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

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

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

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

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