#EBA4E3

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

Shades of Plum #EBA4E3

Tints of Plum #EBA4E3

Color information

#EBA4E3 (or 0xEBA4E3) is unknown color: approx Plum. HEX triplet: EB, A4 and E3. RGB value is (235,164,227). Sum of RGB (Red+Green+Blue) = 235+164+227=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4E3 is #145B1C. Grayscale: #C0C0C0. Windows color (decimal): -1334045 or 14918891. OLE color: 14918891.

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

Color convert

RGB235164227-
CMYK00.300.030.08
HSL306.76º63.96%78.24%-
HSV(B)306.76º30.21%92.16%-
XYZ61.449.7679.04-
YUV192.41147.52158.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 227 (89.06% from 255) = 36.26%
R=37.54%
G=26.20%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516422700.300.030.08306.7663.9678.24
HexEBA4E301E38133404e
Octal353244343036310463100116
Binary11101011101001001110001101111011100010011001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4E3; }

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

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

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

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

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

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

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

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