#EBA8E6

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

Shades of Plum #EBA8E6

Tints of Plum #EBA8E6

Color information

#EBA8E6 (or 0xEBA8E6) is unknown color: approx Plum. HEX triplet: EB, A8 and E6. RGB value is (235,168,230). Sum of RGB (Red+Green+Blue) = 235+168+230=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8E6 is #145719. Grayscale: #C2C2C2. Windows color (decimal): -1333018 or 15116523. OLE color: 15116523.

HSL color Cylindrical-coordinate representation of color #EBA8E6: hue angle of 304.48º 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 #EBA8E6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235168230-
CMYK00.290.020.08
HSL304.48º62.62%79.02%-
HSV(B)304.48º28.51%92.16%-
XYZ62.5551.3881.48-
YUV195.1147.7156.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 168 (66.02% from 255) = 26.54%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=37.12%
G=26.54%
B=36.33%

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
Decimal23516823000.290.020.08304.4862.6279.02
HexEBA8E601D281303f4f
Octal35325034603521046077117
Binary1110101110101000111001100111011010001001100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8E6; }

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

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

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

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

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

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

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

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