#EBA3E4

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

Shades of Plum #EBA3E4

Tints of Plum #EBA3E4

Color information

#EBA3E4 (or 0xEBA3E4) is unknown color: approx Plum. HEX triplet: EB, A3 and E4. RGB value is (235,163,228). Sum of RGB (Red+Green+Blue) = 235+163+228=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3E4 is #145C1B. Grayscale: #BFBFBF. Windows color (decimal): -1334300 or 14984171. OLE color: 14984171.

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

Color convert

RGB235163228-
CMYK00.310.030.08
HSL305.83º64.29%78.04%-
HSV(B)305.83º30.64%92.16%-
XYZ61.3649.4679.71-
YUV191.94148.35158.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 163 (64.06% from 255) = 26.04%
BLUE value IS 228 (89.45% from 255) = 36.42%
R=37.54%
G=26.04%
B=36.42%

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
Decimal23516322800.310.030.08305.8364.2978.04
HexEBA3E401F38132404e
Octal353243344037310462100116
Binary11101011101000111110010001111111100010011001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3E4; }

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

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

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

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

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

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

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

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