#EBA4E8

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

Shades of Plum #EBA4E8

Tints of Plum #EBA4E8

Color information

#EBA4E8 (or 0xEBA4E8) is unknown color: approx Plum. HEX triplet: EB, A4 and E8. RGB value is (235,164,232). Sum of RGB (Red+Green+Blue) = 235+164+232=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4E8 is #145B17. Grayscale: #C0C0C0. Windows color (decimal): -1334040 or 15246571. OLE color: 15246571.

HSL color Cylindrical-coordinate representation of color #EBA4E8: hue angle of 302.54º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4E8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235164232-
CMYK00.300.010.08
HSL302.54º63.96%78.24%-
HSV(B)302.54º30.21%92.16%-
XYZ62.150.0482.73-
YUV192.98150.02157.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 164 (64.45% from 255) = 25.99%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=37.24%
G=25.99%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516423200.300.010.08302.5463.9678.24
HexEBA4E801E1812f404e
Octal353244350036110457100116
Binary1110101110100100111010000111101100010010111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4E8; }

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

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

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

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

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

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

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

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