#EBA4F2

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

Shades of Plum #EBA4F2

Tints of Plum #EBA4F2

Color information

#EBA4F2 (or 0xEBA4F2) is unknown color: approx Plum. HEX triplet: EB, A4 and F2. RGB value is (235,164,242). Sum of RGB (Red+Green+Blue) = 235+164+242=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4F2 is #145B0D. Grayscale: #C1C1C1. Windows color (decimal): -1334030 or 15901931. OLE color: 15901931.

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

Color convert

RGB235164242-
CMYK0.030.3200.05
HSL294.62º75%79.61%-
HSV(B)294.62º32.23%94.9%-
XYZ63.5650.6290.43-
YUV194.12155.02157.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 164 (64.45% from 255) = 25.59%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=36.66%
G=25.59%
B=37.75%

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
Decimal2351642420.030.3200.05294.627579.61
HexEBA4F2320051274b50
Octal35324436234005447113120
Binary11101011101001001111001011100000010110010011110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4F2; }

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

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

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

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

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

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

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

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