#EBAAF3

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

Shades of Plum #EBAAF3

Tints of Plum #EBAAF3

Color information

#EBAAF3 (or 0xEBAAF3) is unknown color: approx Plum. HEX triplet: EB, AA and F3. RGB value is (235,170,243). Sum of RGB (Red+Green+Blue) = 235+170+243=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF3 is #14550C. Grayscale: #C5C5C5. Windows color (decimal): -1332493 or 15969003. OLE color: 15969003.

HSL color Cylindrical-coordinate representation of color #EBAAF3: hue angle of 293.42º degrees, saturation: 0.75, 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 #EBAAF3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235170243-
CMYK0.030.3000.05
HSL293.42º75.26%80.98%-
HSV(B)293.42º30.04%95.29%-
XYZ64.8152.8891.59-
YUV197.76153.53154.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 170 (66.80% from 255) = 26.23%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=36.27%
G=26.23%
B=37.5%

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
Decimal2351702430.030.3000.05293.4275.2680.98
HexEBAAF331E051254b51
Octal35325236333605445113121
Binary1110101110101010111100111111110010110010010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAF3; }

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

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

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

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

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

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

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

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