#eba2e1

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

Shades of Plum #EBA2E1

Tints of Plum #EBA2E1

Color information

#EBA2E1 (or 0xEBA2E1) is unknown color: approx Plum. HEX triplet: EB, A2 and E1. RGB value is (235,162,225). Sum of RGB (Red+Green+Blue) = 235+162+225=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2E1 is #145D1E. Grayscale: #BEBEBE. Windows color (decimal): -1334559 or 14787307. OLE color: 14787307.

HSL color Cylindrical-coordinate representation of color #EBA2E1: hue angle of 308.22º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2E1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235162225-
CMYK00.310.040.08
HSL308.22º64.6%77.84%-
HSV(B)308.22º31.06%92.16%-
XYZ60.7748.9477.48-
YUV191.01147.18159.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 162 (63.67% from 255) = 26.05%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=37.78%
G=26.05%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516222500.310.040.08308.2264.677.84
HexEBA2E101F48134414e
Octal353242341037410464101116
Binary111010111010001011100001011111100100010011010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba2e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba2e1; }

 p { color: rgb(235,162,225); }

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

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

 a { background-color: rgb(235,162,225); }

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

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

 span { border-color: rgb(235,162,225); }

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