#EBA7E6

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

Shades of Plum #EBA7E6

Tints of Plum #EBA7E6

Color information

#EBA7E6 (or 0xEBA7E6) is unknown color: approx Plum. HEX triplet: EB, A7 and E6. RGB value is (235,167,230). Sum of RGB (Red+Green+Blue) = 235+167+230=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7E6 is #145819. Grayscale: #C2C2C2. Windows color (decimal): -1333274 or 15116267. OLE color: 15116267.

HSL color Cylindrical-coordinate representation of color #EBA7E6: hue angle of 304.41º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7E6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235167230-
CMYK00.290.020.08
HSL304.41º62.96%78.82%-
HSV(B)304.41º28.94%92.16%-
XYZ62.3651.0181.42-
YUV194.51148.03156.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 167 (65.62% from 255) = 26.42%
BLUE value IS 230 (90.23% from 255) = 36.39%
R=37.18%
G=26.42%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516723000.290.020.08304.4162.9678.82
HexEBA7E601D281303f4f
Octal35324734603521046077117
Binary1110101110100111111001100111011010001001100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7E6; }

 p { color: rgb(235,167,230); }

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

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

 a { background-color: rgb(235,167,230); }

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

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

 span { border-color: rgb(235,167,230); }

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