#EBA4EA

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

Shades of Plum #EBA4EA

Tints of Plum #EBA4EA

Color information

#EBA4EA (or 0xEBA4EA) is unknown color: approx Plum. HEX triplet: EB, A4 and EA. RGB value is (235,164,234). Sum of RGB (Red+Green+Blue) = 235+164+234=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4EA is #145B15. Grayscale: #C1C1C1. Windows color (decimal): -1334038 or 15377643. OLE color: 15377643.

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

Color convert

RGB235164234-
CMYK00.300.000.08
HSL300.85º63.96%78.24%-
HSV(B)300.85º30.21%92.16%-
XYZ62.3950.1584.23-
YUV193.21151.02157.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 164 (64.45% from 255) = 25.91%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=37.12%
G=25.91%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516423400.300.000.08300.8563.9678.24
HexEBA4EA01E0812d404e
Octal353244352036010455100116
Binary1110101110100100111010100111100100010010110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4EA; }

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

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

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

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

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

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

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

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