#EBA4E5

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

Shades of Plum #EBA4E5

Tints of Plum #EBA4E5

Color information

#EBA4E5 (or 0xEBA4E5) is unknown color: approx Plum. HEX triplet: EB, A4 and E5. RGB value is (235,164,229). Sum of RGB (Red+Green+Blue) = 235+164+229=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4E5 is #145B1A. Grayscale: #C0C0C0. Windows color (decimal): -1334043 or 15049963. OLE color: 15049963.

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

Color convert

RGB235164229-
CMYK00.300.030.08
HSL305.07º63.96%78.24%-
HSV(B)305.07º30.21%92.16%-
XYZ61.6849.8780.5-
YUV192.64148.52158.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 164 (64.45% from 255) = 26.11%
BLUE value IS 229 (89.84% from 255) = 36.46%
R=37.42%
G=26.11%
B=36.46%

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
Decimal23516422900.300.030.08305.0763.9678.24
HexEBA4E501E38131404e
Octal353244345036310461100116
Binary11101011101001001110010101111011100010011000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4E5; }

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

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

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

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

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

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

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

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