#EBA8F2

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

Shades of Plum #EBA8F2

Tints of Plum #EBA8F2

Color information

#EBA8F2 (or 0xEBA8F2) is unknown color: approx Plum. HEX triplet: EB, A8 and F2. RGB value is (235,168,242). Sum of RGB (Red+Green+Blue) = 235+168+242=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8F2 is #14570D. Grayscale: #C4C4C4. Windows color (decimal): -1333006 or 15902955. OLE color: 15902955.

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

Color convert

RGB235168242-
CMYK0.030.3100.05
HSL294.32º74%80.39%-
HSV(B)294.32º30.58%94.9%-
XYZ64.2952.0890.67-
YUV196.47153.7155.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 168 (66.02% from 255) = 26.05%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=36.43%
G=26.05%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351682420.030.3100.05294.327480.39
HexEBA8F231F051264a50
Octal35325036233705446112120
Binary1110101110101000111100101111111010110010011010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8F2; }

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

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

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

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

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

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

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

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