#EBAAF2

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

Shades of Plum #EBAAF2

Tints of Plum #EBAAF2

Color information

#EBAAF2 (or 0xEBAAF2) is unknown color: approx Plum. HEX triplet: EB, AA and F2. RGB value is (235,170,242). Sum of RGB (Red+Green+Blue) = 235+170+242=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF2 is #14550D. Grayscale: #C5C5C5. Windows color (decimal): -1332494 or 15903467. OLE color: 15903467.

HSL color Cylindrical-coordinate representation of color #EBAAF2: hue angle of 294.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAAF2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235170242-
CMYK0.030.3000.05
HSL294.17º73.47%80.78%-
HSV(B)294.17º29.75%94.9%-
XYZ64.6652.8290.79-
YUV197.64153.03154.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=36.32%
G=26.28%
B=37.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351702420.030.3000.05294.1773.4780.78
HexEBAAF231E051264951
Octal35325236233605446111121
Binary1110101110101010111100101111110010110010011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAF2; }

 p { color: rgb(235,170,242); }

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

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

 a { background-color: rgb(235,170,242); }

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

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

 span { border-color: rgb(235,170,242); }

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