#EBABF0

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

Shades of Plum #EBABF0

Tints of Plum #EBABF0

Color information

#EBABF0 (or 0xEBABF0) is unknown color: approx Plum. HEX triplet: EB, AB and F0. RGB value is (235,171,240). Sum of RGB (Red+Green+Blue) = 235+171+240=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABF0 is #14540F. Grayscale: #C5C5C5. Windows color (decimal): -1332240 or 15772651. OLE color: 15772651.

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

Color convert

RGB235171240-
CMYK0.020.2900.06
HSL295.65º69.7%80.59%-
HSV(B)295.65º28.75%94.12%-
XYZ64.5553.0889.28-
YUV198151.7154.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 171 (67.19% from 255) = 26.47%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=36.38%
G=26.47%
B=37.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351712400.020.2900.06295.6569.780.59
HexEBABF021D061284651
Octal35325336023506450106121
Binary1110101110101011111100001011101011010010100010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABF0; }

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

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

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

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

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

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

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

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