#EBA2E4

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

Shades of Plum #EBA2E4

Tints of Plum #EBA2E4

Color information

#EBA2E4 (or 0xEBA2E4) is unknown color: approx Plum. HEX triplet: EB, A2 and E4. RGB value is (235,162,228). Sum of RGB (Red+Green+Blue) = 235+162+228=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2E4 is #145D1B. Grayscale: #BFBFBF. Windows color (decimal): -1334556 or 14983915. OLE color: 14983915.

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

Color convert

RGB235162228-
CMYK00.310.030.08
HSL305.75º64.6%77.84%-
HSV(B)305.75º31.06%92.16%-
XYZ61.1849.179.65-
YUV191.35148.68159.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 162 (63.67% from 255) = 25.92%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=37.6%
G=25.92%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516222800.310.030.08305.7564.677.84
HexEBA2E401F38132414e
Octal353242344037310462101116
Binary11101011101000101110010001111111100010011001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2E4; }

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

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

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

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

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

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

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

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