#EBA5F2

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

Shades of Plum #EBA5F2

Tints of Plum #EBA5F2

Color information

#EBA5F2 (or 0xEBA5F2) is unknown color: approx Plum. HEX triplet: EB, A5 and F2. RGB value is (235,165,242). Sum of RGB (Red+Green+Blue) = 235+165+242=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5F2 is #145A0D. Grayscale: #C2C2C2. Windows color (decimal): -1333774 or 15902187. OLE color: 15902187.

HSL color Cylindrical-coordinate representation of color #EBA5F2: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA5F2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235165242-
CMYK0.030.3200.05
HSL294.55º74.76%79.8%-
HSV(B)294.55º31.82%94.9%-
XYZ63.7450.9890.49-
YUV194.71154.69156.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 165 (64.84% from 255) = 25.70%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=36.60%
G=25.70%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351652420.030.3200.05294.5574.7679.8
HexEBA5F2320051274b50
Octal35324536234005447113120
Binary11101011101001011111001011100000010110010011110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5F2; }

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

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

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

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

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

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

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

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