#EBA9E6

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

Shades of Plum #EBA9E6

Tints of Plum #EBA9E6

Color information

#EBA9E6 (or 0xEBA9E6) is unknown color: approx Plum. HEX triplet: EB, A9 and E6. RGB value is (235,169,230). Sum of RGB (Red+Green+Blue) = 235+169+230=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9E6 is #145619. Grayscale: #C3C3C3. Windows color (decimal): -1332762 or 15116779. OLE color: 15116779.

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

Color convert

RGB235169230-
CMYK00.280.020.08
HSL304.55º62.26%79.22%-
HSV(B)304.55º28.09%92.16%-
XYZ62.7351.7581.55-
YUV195.69147.37156.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 169 (66.41% from 255) = 26.66%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=37.07%
G=26.66%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516923000.280.020.08304.5562.2679.22
HexEBA9E601C281313e4f
Octal35325134603421046176117
Binary1110101110101001111001100111001010001001100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9E6; }

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

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

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

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

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

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

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

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