#EBA9F3

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

Shades of Plum #EBA9F3

Tints of Plum #EBA9F3

Color information

#EBA9F3 (or 0xEBA9F3) is unknown color: approx Plum. HEX triplet: EB, A9 and F3. RGB value is (235,169,243). Sum of RGB (Red+Green+Blue) = 235+169+243=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBA9F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9F3 is #14560C. Grayscale: #C4C4C4. Windows color (decimal): -1332749 or 15968747. OLE color: 15968747.

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

Color convert

RGB235169243-
CMYK0.030.3000.05
HSL293.51º75.51%80.78%-
HSV(B)293.51º30.45%95.29%-
XYZ64.6352.5191.52-
YUV197.17153.87154.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 169 (66.41% from 255) = 26.12%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=36.32%
G=26.12%
B=37.56%

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
Decimal2351692430.030.3000.05293.5175.5180.78
HexEBA9F331E051264c51
Octal35325136333605446114121
Binary1110101110101001111100111111110010110010011010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9F3; }

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

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

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

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

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

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

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

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