#EBA4E2

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

Shades of Plum #EBA4E2

Tints of Plum #EBA4E2

Color information

#EBA4E2 (or 0xEBA4E2) is unknown color: approx Plum. HEX triplet: EB, A4 and E2. RGB value is (235,164,226). Sum of RGB (Red+Green+Blue) = 235+164+226=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4E2 is #145B1D. Grayscale: #C0C0C0. Windows color (decimal): -1334046 or 14853355. OLE color: 14853355.

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

Color convert

RGB235164226-
CMYK00.300.040.08
HSL307.61º63.96%78.24%-
HSV(B)307.61º30.21%92.16%-
XYZ61.2649.778.32-
YUV192.3147.02158.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 226 (88.67% from 255) = 36.16%
R=37.6%
G=26.24%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516422600.300.040.08307.6163.9678.24
HexEBA4E201E48134404e
Octal353244342036410464100116
Binary111010111010010011100010011110100100010011010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4E2; }

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

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

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

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

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

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

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

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